#B25AAC

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

Shades of Violet Blue #B25AAC

Tints of Violet Blue #B25AAC

Color information

#B25AAC (or 0xB25AAC) is unknown color: approx Violet Blue. HEX triplet: B2, 5A and AC. RGB value is (178,90,172). Sum of RGB (Red+Green+Blue) = 178+90+172=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B25AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25AAC is #4DA553. Grayscale: #7D7D7D. Windows color (decimal): -5088596 or 11295410. OLE color: 11295410.

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

Color convert

RGB17890172-
CMYK00.490.030.30
HSL304.09º36.36%52.55%-
HSV(B)304.09º49.44%69.8%-
XYZ29.4619.7641.29-
YUV125.66154.15165.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=40.45%
G=20.45%
B=39.09%

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
Decimal1789017200.490.030.30304.0936.3652.55
HexB25AAC03131E1302435
Octal2621322540613364604465
Binary1011001010110101010110001100011111110100110000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25AAC; }

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

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

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

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

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

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

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

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