#B54681

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

Shades of Royal Heath #B54681

Tints of Royal Heath #B54681

Color information

#B54681 (or 0xB54681) is unknown color: approx Royal Heath. HEX triplet: B5, 46 and 81. RGB value is (181,70,129). Sum of RGB (Red+Green+Blue) = 181+70+129=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B54681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54681 is #4AB97E. Grayscale: #6D6D6D. Windows color (decimal): -4897151 or 8472245. OLE color: 8472245.

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

Color convert

RGB18170129-
CMYK00.610.290.29
HSL328.11º44.22%49.22%-
HSV(B)328.11º61.33%70.98%-
XYZ25.2115.7922.49-
YUV109.92138.77178.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=47.63%
G=18.42%
B=33.95%

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
Decimal1817012900.610.290.29328.1144.2249.22
HexB5468103D1D1D1482c31
Octal26510620107535355105461
Binary1011010110001101000000101111011110111101101001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54681; }

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

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

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

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

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

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

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

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