#B25981

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

Shades of Royal Heath #B25981

Tints of Royal Heath #B25981

Color information

#B25981 (or 0xB25981) is unknown color: approx Royal Heath. HEX triplet: B2, 59 and 81. RGB value is (178,89,129). Sum of RGB (Red+Green+Blue) = 178+89+129=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B25981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25981 is #4DA67E. Grayscale: #787878. Windows color (decimal): -5088895 or 8477106. OLE color: 8477106.

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

Color convert

RGB17889129-
CMYK00.50.280.30
HSL333.03º36.63%52.35%-
HSV(B)333.03º50%69.8%-
XYZ25.8918.1922.92-
YUV120.17132.99169.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=44.95%
G=22.47%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788912900.50.280.30333.0336.6352.35
HexB259810321C1E14d2534
Octal26213120106234365154564
Binary1011001010110011000000101100101110011110101001101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25981; }

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

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

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

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

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

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

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

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