#B55278

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

Shades of Royal Heath #B55278

Tints of Royal Heath #B55278

Color information

#B55278 (or 0xB55278) is unknown color: approx Royal Heath. HEX triplet: B5, 52 and 78. RGB value is (181,82,120). Sum of RGB (Red+Green+Blue) = 181+82+120=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B55278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55278 is #4AAD87. Grayscale: #737373. Windows color (decimal): -4894088 or 7885493. OLE color: 7885493.

HSL color Cylindrical-coordinate representation of color #B55278: hue angle of 336.97º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55278 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18182120-
CMYK00.550.340.29
HSL336.97º40.08%51.57%-
HSV(B)336.97º54.7%70.98%-
XYZ25.4617.2119.75-
YUV115.93130.3174.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=47.26%
G=21.41%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818212000.550.340.29336.9740.0851.57
HexB55278037221D1512834
Octal26512217006742355215064
Binary1011010110100101111000011011110001011101101010001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55278; }

 p { color: rgb(181,82,120); }

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

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

 a { background-color: rgb(181,82,120); }

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

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

 span { border-color: rgb(181,82,120); }

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