Html Css Color HEX #BC4572 Royal Heath

📋 copy color: '#BC4572'

red 188 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #BC4572

Tints of Royal Heath #BC4572

RGB

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

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

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

R = 50.67%
G = 18.6%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4572 (or 0xBC4572) is known color: Royal Heath. HEX triplet: BC, 45 and 72. RGB value is (188,69,114). Sum of RGB (Red+Green+Blue) = 188+69+114=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4572 is #43BA8D. Grayscale: #6D6D6D. Windows color (decimal): -4438670 or 7488956. OLE color: 7488956.

HSL color Cylindrical-coordinate representation of color #BC4572: hue angle of 337.31º 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 #BC4572 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 114 -
CMYK 0 0.63 0.39 0.26
HSL 337.31º 0.47% 0.5% -
HSV(B) 337.31º 0.63% 0.74% -
XYZ 25.9 16.16 17.67 -
YUV 109.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 188 69 114 0 0.63 0.39 0.26 337.31 0.47 0.5
Hex BC 45 72 0 3F 27 1A 151 2F 32
Octal 274 105 162 0 77 47 32 521 57 62
Binary 10111100 1000101 1110010 0 111111 100111 11010 101010001 101111 110010

Color Harmonies of #BC4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4572

Black with #BC4572

Text Example


Text Example

White with #BC4572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4572; }

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

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

background-color css

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

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

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

border-color css

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

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

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