#B5417D

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

Shades of Royal Heath #B5417D

Tints of Royal Heath #B5417D

Color information

#B5417D (or 0xB5417D) is unknown color: approx Royal Heath. HEX triplet: B5, 41 and 7D. RGB value is (181,65,125). Sum of RGB (Red+Green+Blue) = 181+65+125=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5417D is #4ABE82. Grayscale: #6A6A6A. Windows color (decimal): -4898435 or 8208821. OLE color: 8208821.

HSL color Cylindrical-coordinate representation of color #B5417D: hue angle of 328.97º 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 #B5417D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18165125-
CMYK00.640.310.29
HSL328.97º47.15%48.24%-
HSV(B)328.97º64.09%70.98%-
XYZ24.6515.0921.01-
YUV106.52138.43181.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=48.79%
G=17.52%
B=33.69%

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
Decimal1816512500.640.310.29328.9747.1548.24
HexB5417D0401F1D1492f30
Octal265101175010037355115760
Binary1011010110000011111101010000001111111101101001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5417D; }

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

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

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

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

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

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

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

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