#b25eae

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

Shades of Violet Blue #B25EAE

Tints of Violet Blue #B25EAE

Color information

#B25EAE (or 0xB25EAE) is unknown color: approx Violet Blue. HEX triplet: B2, 5E and AE. RGB value is (178,94,174). Sum of RGB (Red+Green+Blue) = 178+94+174=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B25EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25EAE is #4DA151. Grayscale: #7F7F7F. Windows color (decimal): -5087570 or 11427506. OLE color: 11427506.

HSL color Cylindrical-coordinate representation of color #B25EAE: hue angle of 302.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25EAE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17894174-
CMYK00.470.020.30
HSL302.86º35.29%53.33%-
HSV(B)302.86º47.19%69.8%-
XYZ3020.5342.43-
YUV128.24153.83163.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=39.91%
G=21.08%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789417400.470.020.30302.8635.2953.33
HexB25EAE02F21E12f2335
Octal2621362560572364574365
Binary1011001010111101010111001011111011110100101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25eae; }

 p { color: rgb(178,94,174); }

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

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

 a { background-color: rgb(178,94,174); }

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

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

 span { border-color: rgb(178,94,174); }

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