#b25b7e

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

Shades of Royal Heath #B25B7E

Tints of Royal Heath #B25B7E

Color information

#B25B7E (or 0xB25B7E) is unknown color: approx Royal Heath. HEX triplet: B2, 5B and 7E. RGB value is (178,91,126). Sum of RGB (Red+Green+Blue) = 178+91+126=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25B7E is #4DA481. Grayscale: #787878. Windows color (decimal): -5088386 or 8281010. OLE color: 8281010.

HSL color Cylindrical-coordinate representation of color #B25B7E: hue angle of 335.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25B7E is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17891126-
CMYK00.490.290.30
HSL335.86º36.1%52.75%-
HSV(B)335.86º48.88%69.8%-
XYZ25.8718.4521.94-
YUV121130.82168.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=45.06%
G=23.04%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789112600.490.290.30335.8636.152.75
HexB25B7E0311D1E1502435
Octal26213317606135365204465
Binary101100101011011111111001100011110111110101010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25b7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25b7e; }

 p { color: rgb(178,91,126); }

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

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

 a { background-color: rgb(178,91,126); }

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

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

 span { border-color: rgb(178,91,126); }

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