#B54F7F

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

Shades of Royal Heath #B54F7F

Tints of Royal Heath #B54F7F

Color information

#B54F7F (or 0xB54F7F) is unknown color: approx Royal Heath. HEX triplet: B5, 4F and 7F. RGB value is (181,79,127). Sum of RGB (Red+Green+Blue) = 181+79+127=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F7F is #4AB080. Grayscale: #727272. Windows color (decimal): -4894849 or 8343477. OLE color: 8343477.

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

Color convert

RGB18179127-
CMYK00.560.300.29
HSL331.76º40.8%50.98%-
HSV(B)331.76º56.35%70.98%-
XYZ25.6816.9522-
YUV114.97134.79175.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 127 (50% from 255) = 32.82%
R=46.77%
G=20.41%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817912700.560.300.29331.7640.850.98
HexB54F7F0381E1D14c2933
Octal26511717707036355145163
Binary101101011001111111111101110001111011101101001100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F7F; }

 p { color: rgb(181,79,127); }

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

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

 a { background-color: rgb(181,79,127); }

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

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

 span { border-color: rgb(181,79,127); }

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