#B54E7B

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

Shades of Royal Heath #B54E7B

Tints of Royal Heath #B54E7B

Color information

#B54E7B (or 0xB54E7B) is unknown color: approx Royal Heath. HEX triplet: B5, 4E and 7B. RGB value is (181,78,123). Sum of RGB (Red+Green+Blue) = 181+78+123=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E7B is #4AB184. Grayscale: #717171. Windows color (decimal): -4895109 or 8081077. OLE color: 8081077.

HSL color Cylindrical-coordinate representation of color #B54E7B: hue angle of 333.79º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E7B is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18178123-
CMYK00.570.320.29
HSL333.79º41.04%50.78%-
HSV(B)333.79º56.91%70.98%-
XYZ25.3616.720.63-
YUV113.93133.12175.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=47.38%
G=20.42%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817812300.570.320.29333.7941.0450.78
HexB54E7B039201D14e2933
Octal26511617307140355165163
Binary1011010110011101111011011100110000011101101001110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E7B; }

 p { color: rgb(181,78,123); }

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

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

 a { background-color: rgb(181,78,123); }

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

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

 span { border-color: rgb(181,78,123); }

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