Html Css Color HEX #BC4870 Royal Heath

📋 copy color: '#BC4870'

red 188 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #BC4870

Tints of Royal Heath #BC4870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 50.54%
G = 19.35%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4870 (or 0xBC4870) is known color: Royal Heath. HEX triplet: BC, 48 and 70. RGB value is (188,72,112). Sum of RGB (Red+Green+Blue) = 188+72+112=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4870 is #43B78F. Grayscale: #6F6F6F. Windows color (decimal): -4437904 or 7358652. OLE color: 7358652.

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

Color convert

RGB 188 72 112 -
CMYK 0 0.62 0.40 0.26
HSL 339.31º 0.46% 0.51% -
HSV(B) 339.31º 0.62% 0.74% -
XYZ 25.98 16.5 17.14 -
YUV 111.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 188 72 112 0 0.62 0.40 0.26 339.31 0.46 0.51
Hex BC 48 70 0 3E 28 1A 153 2E 33
Octal 274 110 160 0 76 50 32 523 56 63
Binary 10111100 1001000 1110000 0 111110 101000 11010 101010011 101110 110011

Color Harmonies of #BC4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4870

Black with #BC4870

Text Example


Text Example

White with #BC4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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