#B54B7F

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

Shades of Royal Heath #B54B7F

Tints of Royal Heath #B54B7F

Color information

#B54B7F (or 0xB54B7F) is unknown color: approx Royal Heath. HEX triplet: B5, 4B and 7F. RGB value is (181,75,127). Sum of RGB (Red+Green+Blue) = 181+75+127=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B7F is #4AB480. Grayscale: #707070. Windows color (decimal): -4895873 or 8342453. OLE color: 8342453.

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

Color convert

RGB18175127-
CMYK00.590.300.29
HSL330.57º41.73%50.2%-
HSV(B)330.57º58.56%70.98%-
XYZ25.416.3921.9-
YUV112.62136.12176.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 127 (50% from 255) = 33.16%
R=47.26%
G=19.58%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817512700.590.300.29330.5741.7350.2
HexB54B7F03B1E1D14b2a32
Octal26511317707336355135262
Binary101101011001011111111101110111111011101101001011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B7F; }

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

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

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

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

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

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

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

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