#B54D7B

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

Shades of Royal Heath #B54D7B

Tints of Royal Heath #B54D7B

Color information

#B54D7B (or 0xB54D7B) is unknown color: approx Royal Heath. HEX triplet: B5, 4D and 7B. RGB value is (181,77,123). Sum of RGB (Red+Green+Blue) = 181+77+123=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D7B is #4AB284. Grayscale: #717171. Windows color (decimal): -4895365 or 8080821. OLE color: 8080821.

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

Color convert

RGB18177123-
CMYK00.570.320.29
HSL333.46º41.27%50.59%-
HSV(B)333.46º57.46%70.98%-
XYZ25.2916.5620.6-
YUV113.34133.46176.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=47.51%
G=20.21%
B=32.28%

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
Decimal1817712300.570.320.29333.4641.2750.59
HexB54D7B039201D14d2933
Octal26511517307140355155163
Binary1011010110011011111011011100110000011101101001101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D7B; }

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

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

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

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

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

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

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

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