Html Css Color HEX #BC5478 Royal Heath

📋 copy color: '#BC5478'

red 188 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #BC5478

Tints of Royal Heath #BC5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

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

R = 47.96%
G = 21.43%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC5478 (or 0xBC5478) is known color: Royal Heath. HEX triplet: BC, 54 and 78. RGB value is (188,84,120). Sum of RGB (Red+Green+Blue) = 188+84+120=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5478 is #43AB87. Grayscale: #777777. Windows color (decimal): -4434824 or 7886012. OLE color: 7886012.

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

Color convert

RGB 188 84 120 -
CMYK 0 0.55 0.36 0.26
HSL 339.23º 0.44% 0.53% -
HSV(B) 339.23º 0.55% 0.74% -
XYZ 27.3 18.39 19.88 -
YUV 119.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 188 84 120 0 0.55 0.36 0.26 339.23 0.44 0.53
Hex BC 54 78 0 37 24 1A 153 2C 35
Octal 274 124 170 0 67 44 32 523 54 65
Binary 10111100 1010100 1111000 0 110111 100100 11010 101010011 101100 110101

Color Harmonies of #BC5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5478

Black with #BC5478

Text Example


Text Example

White with #BC5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5478; }

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

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

background-color css

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

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

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

border-color css

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

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

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