Html Css Color HEX #BC4171 Royal Heath

📋 copy color: '#BC4171'

red 188 ◦ green 65 ◦ blue 113

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

Shades of Royal Heath #BC4171

Tints of Royal Heath #BC4171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

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

R = 51.37%
G = 17.76%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4171 (or 0xBC4171) is known color: Royal Heath. HEX triplet: BC, 41 and 71. RGB value is (188,65,113). Sum of RGB (Red+Green+Blue) = 188+65+113=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4171 is #43BE8E. Grayscale: #6B6B6B. Windows color (decimal): -4439695 or 7422396. OLE color: 7422396.

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

Color convert

RGB 188 65 113 -
CMYK 0 0.65 0.40 0.26
HSL 336.59º 0.49% 0.5% -
HSV(B) 336.59º 0.65% 0.74% -
XYZ 25.61 15.66 17.3 -
YUV 107.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 188 65 113 0 0.65 0.40 0.26 336.59 0.49 0.5
Hex BC 41 71 0 41 28 1A 151 31 32
Octal 274 101 161 0 101 50 32 521 61 62
Binary 10111100 1000001 1110001 0 1000001 101000 11010 101010001 110001 110010

Color Harmonies of #BC4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4171

Black with #BC4171

Text Example


Text Example

White with #BC4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4171; }

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

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

background-color css

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

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

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

border-color css

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

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

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