#B25AA0

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

Shades of Violet Blue #B25AA0

Tints of Violet Blue #B25AA0

Color information

#B25AA0 (or 0xB25AA0) is unknown color: approx Violet Blue. HEX triplet: B2, 5A and A0. RGB value is (178,90,160). Sum of RGB (Red+Green+Blue) = 178+90+160=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B25AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25AA0 is #4DA55F. Grayscale: #7C7C7C. Windows color (decimal): -5088608 or 10508978. OLE color: 10508978.

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

Color convert

RGB17890160-
CMYK00.490.100.30
HSL312.27º36.36%52.55%-
HSV(B)312.27º49.44%69.8%-
XYZ28.3619.3235.49-
YUV124.29148.15166.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 160 (62.89% from 255) = 37.38%
R=41.59%
G=21.03%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789016000.490.100.30312.2736.3652.55
HexB25AA0031A1E1382435
Octal26213224006112364704465
Binary101100101011010101000000110001101011110100111000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25AA0; }

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

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

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

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

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

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

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

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