#B25B99

Color #B25B99 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B25B99

Tints of Violet Blue #B25B99

Color information

#B25B99 (or 0xB25B99) is unknown color: approx Violet Blue. HEX triplet: B2, 5B and 99. RGB value is (178,91,153). Sum of RGB (Red+Green+Blue) = 178+91+153=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B99 is #4DA466. Grayscale: #7B7B7B. Windows color (decimal): -5088359 or 10050482. OLE color: 10050482.

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

Color convert

RGB17891153-
CMYK00.490.140.30
HSL317.24º36.1%52.75%-
HSV(B)317.24º48.88%69.8%-
XYZ27.8519.2532.38-
YUV124.08144.32166.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=42.18%
G=21.56%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789115300.490.140.30317.2436.152.75
HexB25B99031E1E13d2435
Octal26213323106116364754465
Binary101100101011011100110010110001111011110100111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B99; }

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

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

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

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

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

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

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

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