Html Css Color HEX #BC4578 Royal Heath

📋 copy color: '#BC4578'

red 188 ◦ green 69 ◦ blue 120

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

Shades of Royal Heath #BC4578

Tints of Royal Heath #BC4578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 49.87%
G = 18.3%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4578 (or 0xBC4578) is known color: Royal Heath. HEX triplet: BC, 45 and 78. RGB value is (188,69,120). Sum of RGB (Red+Green+Blue) = 188+69+120=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4578 is #43BA87. Grayscale: #6E6E6E. Windows color (decimal): -4438664 or 7882172. OLE color: 7882172.

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

Color convert

RGB 188 69 120 -
CMYK 0 0.63 0.36 0.26
HSL 334.29º 0.47% 0.5% -
HSV(B) 334.29º 0.63% 0.74% -
XYZ 26.26 16.3 19.53 -
YUV 110.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 188 69 120 0 0.63 0.36 0.26 334.29 0.47 0.5
Hex BC 45 78 0 3F 24 1A 14E 2F 32
Octal 274 105 170 0 77 44 32 516 57 62
Binary 10111100 1000101 1111000 0 111111 100100 11010 101001110 101111 110010

Color Harmonies of #BC4578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4578

Black with #BC4578

Text Example


Text Example

White with #BC4578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4578; }

 p { color: rgb(188,69,120); }

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

background-color css

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

 a { background-color: rgb(188,69,120); }

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

border-color css

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

 span { border-color: rgb(188,69,120); }

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