#B5427D

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

Shades of Royal Heath #B5427D

Tints of Royal Heath #B5427D

Color information

#B5427D (or 0xB5427D) is unknown color: approx Royal Heath. HEX triplet: B5, 42 and 7D. RGB value is (181,66,125). Sum of RGB (Red+Green+Blue) = 181+66+125=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5427D is #4ABD82. Grayscale: #6A6A6A. Windows color (decimal): -4898179 or 8209077. OLE color: 8209077.

HSL color Cylindrical-coordinate representation of color #B5427D: hue angle of 329.22º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5427D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18166125-
CMYK00.640.310.29
HSL329.22º46.56%48.43%-
HSV(B)329.22º63.54%70.98%-
XYZ24.7115.221.03-
YUV107.11138.1180.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=48.66%
G=17.74%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816612500.640.310.29329.2246.5648.43
HexB5427D0401F1D1492f30
Octal265102175010037355115760
Binary1011010110000101111101010000001111111101101001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5427D; }

 p { color: rgb(181,66,125); }

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

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

 a { background-color: rgb(181,66,125); }

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

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

 span { border-color: rgb(181,66,125); }

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