#B54781

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

Shades of Royal Heath #B54781

Tints of Royal Heath #B54781

Color information

#B54781 (or 0xB54781) is unknown color: approx Royal Heath. HEX triplet: B5, 47 and 81. RGB value is (181,71,129). Sum of RGB (Red+Green+Blue) = 181+71+129=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B54781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54781 is #4AB87E. Grayscale: #6E6E6E. Windows color (decimal): -4896895 or 8472501. OLE color: 8472501.

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

Color convert

RGB18171129-
CMYK00.610.290.29
HSL328.36º43.65%49.41%-
HSV(B)328.36º60.77%70.98%-
XYZ25.2715.9222.51-
YUV110.5138.44178.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=47.51%
G=18.64%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817112900.610.290.29328.3643.6549.41
HexB5478103D1D1D1482c31
Octal26510720107535355105461
Binary1011010110001111000000101111011110111101101001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54781; }

 p { color: rgb(181,71,129); }

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

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

 a { background-color: rgb(181,71,129); }

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

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

 span { border-color: rgb(181,71,129); }

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