#B25983

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

Shades of Royal Heath #B25983

Tints of Royal Heath #B25983

Color information

#B25983 (or 0xB25983) is unknown color: approx Royal Heath. HEX triplet: B2, 59 and 83. RGB value is (178,89,131). Sum of RGB (Red+Green+Blue) = 178+89+131=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B25983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25983 is #4DA67C. Grayscale: #787878. Windows color (decimal): -5088893 or 8608178. OLE color: 8608178.

HSL color Cylindrical-coordinate representation of color #B25983: hue angle of 331.69º 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 #B25983 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB17889131-
CMYK00.50.260.30
HSL331.69º36.63%52.35%-
HSV(B)331.69º50%69.8%-
XYZ26.0318.2523.62-
YUV120.4133.99169.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=44.72%
G=22.36%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788913100.50.260.30331.6936.6352.35
HexB259830321A1E14c2534
Octal26213120306232365144564
Binary1011001010110011000001101100101101011110101001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25983; }

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

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

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

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

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

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

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

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