#B54678

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

Shades of Royal Heath #B54678

Tints of Royal Heath #B54678

Color information

#B54678 (or 0xB54678) is unknown color: approx Royal Heath. HEX triplet: B5, 46 and 78. RGB value is (181,70,120). Sum of RGB (Red+Green+Blue) = 181+70+120=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54678 is #4AB987. Grayscale: #6C6C6C. Windows color (decimal): -4897160 or 7882421. OLE color: 7882421.

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

Color convert

RGB18170120-
CMYK00.610.340.29
HSL332.97º44.22%49.22%-
HSV(B)332.97º61.33%70.98%-
XYZ24.6415.5619.47-
YUV108.89134.27179.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=48.79%
G=18.87%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817012000.610.340.29332.9744.2249.22
HexB5467803D221D14d2c31
Octal26510617007542355155461
Binary1011010110001101111000011110110001011101101001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54678; }

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

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

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

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

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

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

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

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