#BC4177

Color #BC4177 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BC4177

Tints of Royal Heath #BC4177

Color information

#BC4177 (or 0xBC4177) is unknown color: approx Royal Heath. HEX triplet: BC, 41 and 77. RGB value is (188,65,119). Sum of RGB (Red+Green+Blue) = 188+65+119=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4177 is #43BE88. Grayscale: #6B6B6B. Windows color (decimal): -4439689 or 7815612. OLE color: 7815612.

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

Color convert

RGB18865119-
CMYK00.650.370.26
HSL333.66º48.62%49.61%-
HSV(B)333.66º65.43%73.73%-
XYZ25.9615.819.14-
YUV107.93134.25185.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=50.54%
G=17.47%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886511900.650.370.26333.6648.6249.61
HexBC4177041251A14e3132
Octal274101167010145325166162
Binary10111100100000111101110100000110010111010101001110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4177; }

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

 H1.HeaderClassName
 {
   color: #BC4177;
 }
 .AnyTagClassName
 {
   color: #BC4177;
 }
</style>
background-color css

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

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

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

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

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

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