Html Css Color HEX #BC4872 Royal Heath

📋 copy color: '#BC4872'

red 188 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #BC4872

Tints of Royal Heath #BC4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 114 (44.92% from 255) = 30.48%

R = 50.27%
G = 19.25%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4872 (or 0xBC4872) is known color: Royal Heath. HEX triplet: BC, 48 and 72. RGB value is (188,72,114). Sum of RGB (Red+Green+Blue) = 188+72+114=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4872 is #43B78D. Grayscale: #6F6F6F. Windows color (decimal): -4437902 or 7489724. OLE color: 7489724.

HSL color Cylindrical-coordinate representation of color #BC4872: hue angle of 338.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4872 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 114 -
CMYK 0 0.62 0.39 0.26
HSL 338.28º 0.46% 0.51% -
HSV(B) 338.28º 0.62% 0.74% -
XYZ 26.09 16.54 17.74 -
YUV 111.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 188 72 114 0 0.62 0.39 0.26 338.28 0.46 0.51
Hex BC 48 72 0 3E 27 1A 152 2E 33
Octal 274 110 162 0 76 47 32 522 56 63
Binary 10111100 1001000 1110010 0 111110 100111 11010 101010010 101110 110011

Color Harmonies of #BC4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4872

Black with #BC4872

Text Example


Text Example

White with #BC4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4872; }

 p { color: rgb(188,72,114); }

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

background-color css

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

 a { background-color: rgb(188,72,114); }

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

border-color css

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

 span { border-color: rgb(188,72,114); }

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