#B25A9F

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

Shades of Violet Blue #B25A9F

Tints of Violet Blue #B25A9F

Color information

#B25A9F (or 0xB25A9F) is unknown color: approx Violet Blue. HEX triplet: B2, 5A and 9F. RGB value is (178,90,159). Sum of RGB (Red+Green+Blue) = 178+90+159=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25A9F is #4DA560. Grayscale: #7B7B7B. Windows color (decimal): -5088609 or 10443442. OLE color: 10443442.

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

Color convert

RGB17890159-
CMYK00.490.110.30
HSL312.95º36.36%52.55%-
HSV(B)312.95º49.44%69.8%-
XYZ28.2719.2835.03-
YUV124.18147.65166.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=41.69%
G=21.08%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789015900.490.110.30312.9536.3652.55
HexB25A9F031B1E1392435
Octal26213223706113364714465
Binary101100101011010100111110110001101111110100111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25A9F; }

 p { color: rgb(178,90,159); }

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

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

 a { background-color: rgb(178,90,159); }

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

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

 span { border-color: rgb(178,90,159); }

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