#B25BAC

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

Shades of Violet Blue #B25BAC

Tints of Violet Blue #B25BAC

Color information

#B25BAC (or 0xB25BAC) is unknown color: approx Violet Blue. HEX triplet: B2, 5B and AC. RGB value is (178,91,172). Sum of RGB (Red+Green+Blue) = 178+91+172=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B25BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25BAC is #4DA453. Grayscale: #7E7E7E. Windows color (decimal): -5088340 or 11295666. OLE color: 11295666.

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

Color convert

RGB17891172-
CMYK00.490.030.30
HSL304.14º36.1%52.75%-
HSV(B)304.14º48.88%69.8%-
XYZ29.5519.9341.32-
YUV126.25153.82164.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=40.36%
G=20.63%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789117200.490.030.30304.1436.152.75
HexB25BAC03131E1302435
Octal2621332540613364604465
Binary1011001010110111010110001100011111110100110000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25BAC; }

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

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

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

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

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

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

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

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