#B25EAF

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

Shades of Violet Blue #B25EAF

Tints of Violet Blue #B25EAF

Color information

#B25EAF (or 0xB25EAF) is unknown color: approx Violet Blue. HEX triplet: B2, 5E and AF. RGB value is (178,94,175). Sum of RGB (Red+Green+Blue) = 178+94+175=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B25EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25EAF is #4DA150. Grayscale: #808080. Windows color (decimal): -5087569 or 11493042. OLE color: 11493042.

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

Color convert

RGB17894175-
CMYK00.470.020.30
HSL302.14º35.29%53.33%-
HSV(B)302.14º47.19%69.8%-
XYZ30.120.5742.94-
YUV128.35154.33163.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=39.82%
G=21.03%
B=39.15%

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
Decimal1789417500.470.020.30302.1435.2953.33
HexB25EAF02F21E12e2335
Octal2621362570572364564365
Binary1011001010111101010111101011111011110100101110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EAF; }

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

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

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

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

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

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

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

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