#b25181

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

Shades of Royal Heath #B25181

Tints of Royal Heath #B25181

Color information

#B25181 (or 0xB25181) is unknown color: approx Royal Heath. HEX triplet: B2, 51 and 81. RGB value is (178,81,129). Sum of RGB (Red+Green+Blue) = 178+81+129=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B25181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25181 is #4DAE7E. Grayscale: #737373. Windows color (decimal): -5090943 or 8475058. OLE color: 8475058.

HSL color Cylindrical-coordinate representation of color #B25181: hue angle of 330.31º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25181 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17881129-
CMYK00.540.280.30
HSL330.31º38.65%50.78%-
HSV(B)330.31º54.49%69.8%-
XYZ25.2616.9322.71-
YUV115.48135.64172.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=45.88%
G=20.88%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788112900.540.280.30330.3138.6550.78
HexB251810361C1E14a2733
Octal26212120106634365124763
Binary1011001010100011000000101101101110011110101001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25181; }

 p { color: rgb(178,81,129); }

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

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

 a { background-color: rgb(178,81,129); }

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

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

 span { border-color: rgb(178,81,129); }

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