Html Css Color HEX #B744CC Medium Orchid

📋 copy color: '#B744CC'

red 183 ◦ green 68 ◦ blue 204

#B744CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B744CC

Tints of Medium Orchid #B744CC

RGB

 RED value IS 183 (71.88% from 255) = 40.22%

 GREEN value IS 68 (26.95% from 255) = 14.95%

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 40.22%
G = 14.95%
B = 44.84%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B744CC (or 0xB744CC) is known color: Medium Orchid. HEX triplet: B7, 44 and CC. RGB value is (183,68,204). Sum of RGB (Red+Green+Blue) = 183+68+204=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B744CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744CC is #48BB33. Grayscale: #757575. Windows color (decimal): -4766516 or 13386935. OLE color: 13386935.

HSL color Cylindrical-coordinate representation of color #B744CC: hue angle of 290.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B744CC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 68 204 -
CMYK 0.10 0.67 0 0.2
HSL 290.74º 0.57% 0.53% -
HSV(B) 290.74º 0.67% 0.8% -
XYZ 32.49 18.56 59 -
YUV 117.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 183 68 204 0.10 0.67 0 0.2 290.74 0.57 0.53
Hex B7 44 CC A 43 0 14 123 39 35
Octal 267 104 314 12 103 0 24 443 71 65
Binary 10110111 1000100 11001100 1010 1000011 0 10100 100100011 111001 110101

Color Harmonies of #B744CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744CC

Black with #B744CC

Text Example


Text Example

White with #B744CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744CC; }

 p { color: rgb(183,68,204); }

 H1.HeaderClassName
 {
   color: #B744CC;
 }
 .AnyTagClassName
 {
   color: #B744CC;
 }
</style>

background-color css

<style>
 a { background-color: #B744CC; }

 a { background-color: rgb(183,68,204); }

 div.DivClassName
 {
   background-color: #B744CC;
 }
 .BgClassName
 {
   background-color: #B744CC;
 }
</style>

border-color css

<style>
 span { border-color: #B744CC; }

 span { border-color: rgb(183,68,204); }

 td.TdClassName
 {
   border-color: #B744CC;
 }
 .TagClassName
 {
   border-color: #B744CC;
 }
</style>