Html Css Color HEX #BC4477 Royal Heath

📋 copy color: '#BC4477'

red 188 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #BC4477

Tints of Royal Heath #BC4477

RGB

 RED value IS 188 (73.83% from 255) = 50.13%

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

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 50.13%
G = 18.13%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC4477 (or 0xBC4477) is known color: Royal Heath. HEX triplet: BC, 44 and 77. RGB value is (188,68,119). Sum of RGB (Red+Green+Blue) = 188+68+119=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4477 is #43BB88. Grayscale: #6D6D6D. Windows color (decimal): -4438921 or 7816380. OLE color: 7816380.

HSL color Cylindrical-coordinate representation of color #BC4477: hue angle of 334.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4477 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 119 -
CMYK 0 0.64 0.37 0.26
HSL 334.5º 0.47% 0.5% -
HSV(B) 334.5º 0.64% 0.74% -
XYZ 26.14 16.16 19.19 -
YUV 109.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 188 68 119 0 0.64 0.37 0.26 334.5 0.47 0.5
Hex BC 44 77 0 40 25 1A 14E 2F 32
Octal 274 104 167 0 100 45 32 516 57 62
Binary 10111100 1000100 1110111 0 1000000 100101 11010 101001110 101111 110010

Color Harmonies of #BC4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4477

Black with #BC4477

Text Example


Text Example

White with #BC4477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4477; }

 p { color: rgb(188,68,119); }

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

background-color css

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

 a { background-color: rgb(188,68,119); }

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

border-color css

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

 span { border-color: rgb(188,68,119); }

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