#bc427e

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

Shades of Royal Heath #BC427E

Tints of Royal Heath #BC427E

Color information

#BC427E (or 0xBC427E) is unknown color: approx Royal Heath. HEX triplet: BC, 42 and 7E. RGB value is (188,66,126). Sum of RGB (Red+Green+Blue) = 188+66+126=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC427E is #43BD81. Grayscale: #6D6D6D. Windows color (decimal): -4439426 or 8274620. OLE color: 8274620.

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

Color convert

RGB18866126-
CMYK00.650.330.26
HSL330.49º48.03%49.8%-
HSV(B)330.49º64.89%73.73%-
XYZ26.4516.0921.45-
YUV109.32137.42184.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=49.47%
G=17.37%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886612600.650.330.26330.4948.0349.8
HexBC427E041211A14a3032
Octal274102176010141325126062
Binary10111100100001011111100100000110000111010101001010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc427e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc427e; }

 p { color: rgb(188,66,126); }

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

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

 a { background-color: rgb(188,66,126); }

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

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

 span { border-color: rgb(188,66,126); }

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