#b8417c

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

Shades of Royal Heath #B8417C

Tints of Royal Heath #B8417C

Color information

#B8417C (or 0xB8417C) is unknown color: approx Royal Heath. HEX triplet: B8, 41 and 7C. RGB value is (184,65,124). Sum of RGB (Red+Green+Blue) = 184+65+124=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8417C is #47BE83. Grayscale: #6B6B6B. Windows color (decimal): -4701828 or 8143288. OLE color: 8143288.

HSL color Cylindrical-coordinate representation of color #B8417C: hue angle of 330.25º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8417C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18465124-
CMYK00.650.330.28
HSL330.25º47.79%48.82%-
HSV(B)330.25º64.67%72.16%-
XYZ25.315.4320.71-
YUV107.31137.42182.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=49.33%
G=17.43%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846512400.650.330.28330.2547.7948.82
HexB8417C041211C14a3031
Octal270101174010141345126061
Binary10111000100000111111000100000110000111100101001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8417c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8417c; }

 p { color: rgb(184,65,124); }

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

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

 a { background-color: rgb(184,65,124); }

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

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

 span { border-color: rgb(184,65,124); }

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