#B25AAA

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

Shades of Violet Blue #B25AAA

Tints of Violet Blue #B25AAA

Color information

#B25AAA (or 0xB25AAA) is unknown color: approx Violet Blue. HEX triplet: B2, 5A and AA. RGB value is (178,90,170). Sum of RGB (Red+Green+Blue) = 178+90+170=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B25AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25AAA is #4DA555. Grayscale: #7D7D7D. Windows color (decimal): -5088598 or 11164338. OLE color: 11164338.

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

Color convert

RGB17890170-
CMYK00.490.040.30
HSL305.45º36.36%52.55%-
HSV(B)305.45º49.44%69.8%-
XYZ29.2719.6840.29-
YUV125.43153.15165.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=40.64%
G=20.55%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789017000.490.040.30305.4536.3652.55
HexB25AAA03141E1312435
Octal2621322520614364614465
Binary10110010101101010101010011000110011110100110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25AAA; }

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

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

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

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

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

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

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

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