Html Css Color HEX #BC4472 Royal Heath

📋 copy color: '#BC4472'

red 188 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #BC4472

Tints of Royal Heath #BC4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 50.81%
G = 18.38%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4472 (or 0xBC4472) is known color: Royal Heath. HEX triplet: BC, 44 and 72. RGB value is (188,68,114). Sum of RGB (Red+Green+Blue) = 188+68+114=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4472 is #43BB8D. Grayscale: #6D6D6D. Windows color (decimal): -4438926 or 7488700. OLE color: 7488700.

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

Color convert

RGB 188 68 114 -
CMYK 0 0.64 0.39 0.26
HSL 337º 0.47% 0.5% -
HSV(B) 337º 0.64% 0.74% -
XYZ 25.84 16.04 17.65 -
YUV 109.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 188 68 114 0 0.64 0.39 0.26 337 0.47 0.5
Hex BC 44 72 0 40 27 1A 151 2F 32
Octal 274 104 162 0 100 47 32 521 57 62
Binary 10111100 1000100 1110010 0 1000000 100111 11010 101010001 101111 110010

Color Harmonies of #BC4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4472

Black with #BC4472

Text Example


Text Example

White with #BC4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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