Html Css Color HEX #BC4871 Royal Heath

📋 copy color: '#BC4871'

red 188 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #BC4871

Tints of Royal Heath #BC4871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 50.4%
G = 19.3%
B = 30.29%

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

#BC4871 (or 0xBC4871) is known color: Royal Heath. HEX triplet: BC, 48 and 71. RGB value is (188,72,113). Sum of RGB (Red+Green+Blue) = 188+72+113=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4871 is #43B78E. Grayscale: #6F6F6F. Windows color (decimal): -4437903 or 7424188. OLE color: 7424188.

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

Color convert

RGB 188 72 113 -
CMYK 0 0.62 0.40 0.26
HSL 338.79º 0.46% 0.51% -
HSV(B) 338.79º 0.62% 0.74% -
XYZ 26.04 16.52 17.44 -
YUV 111.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 188 72 113 0 0.62 0.40 0.26 338.79 0.46 0.51
Hex BC 48 71 0 3E 28 1A 153 2E 33
Octal 274 110 161 0 76 50 32 523 56 63
Binary 10111100 1001000 1110001 0 111110 101000 11010 101010011 101110 110011

Color Harmonies of #BC4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4871

Black with #BC4871

Text Example


Text Example

White with #BC4871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4871; }

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

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

background-color css

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

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

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

border-color css

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

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

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