Html Css Color HEX #BC5776 Royal Heath

📋 copy color: '#BC5776'

red 188 ◦ green 87 ◦ blue 118

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

Shades of Royal Heath #BC5776

Tints of Royal Heath #BC5776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 47.84%
G = 22.14%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC5776 (or 0xBC5776) is known color: Royal Heath. HEX triplet: BC, 57 and 76. RGB value is (188,87,118). Sum of RGB (Red+Green+Blue) = 188+87+118=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5776 is #43A889. Grayscale: #787878. Windows color (decimal): -4434058 or 7755708. OLE color: 7755708.

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

Color convert

RGB 188 87 118 -
CMYK 0 0.54 0.37 0.26
HSL 341.58º 0.43% 0.54% -
HSV(B) 341.58º 0.54% 0.74% -
XYZ 27.42 18.82 19.33 -
YUV 120.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 188 87 118 0 0.54 0.37 0.26 341.58 0.43 0.54
Hex BC 57 76 0 36 25 1A 156 2B 36
Octal 274 127 166 0 66 45 32 526 53 66
Binary 10111100 1010111 1110110 0 110110 100101 11010 101010110 101011 110110

Color Harmonies of #BC5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5776

Black with #BC5776

Text Example


Text Example

White with #BC5776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5776; }

 p { color: rgb(188,87,118); }

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

background-color css

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

 a { background-color: rgb(188,87,118); }

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

border-color css

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

 span { border-color: rgb(188,87,118); }

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