Html Css Color HEX #BC4071 Royal Heath

📋 copy color: '#BC4071'

red 188 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #BC4071

Tints of Royal Heath #BC4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

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

R = 51.51%
G = 17.53%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4071 (or 0xBC4071) is known color: Royal Heath. HEX triplet: BC, 40 and 71. RGB value is (188,64,113). Sum of RGB (Red+Green+Blue) = 188+64+113=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4071 is #43BF8E. Grayscale: #6A6A6A. Windows color (decimal): -4439951 or 7422140. OLE color: 7422140.

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

Color convert

RGB 188 64 113 -
CMYK 0 0.66 0.40 0.26
HSL 336.29º 0.49% 0.49% -
HSV(B) 336.29º 0.66% 0.74% -
XYZ 25.55 15.55 17.28 -
YUV 106.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 188 64 113 0 0.66 0.40 0.26 336.29 0.49 0.49
Hex BC 40 71 0 42 28 1A 150 31 31
Octal 274 100 161 0 102 50 32 520 61 61
Binary 10111100 1000000 1110001 0 1000010 101000 11010 101010000 110001 110001

Color Harmonies of #BC4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4071

Black with #BC4071

Text Example


Text Example

White with #BC4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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