#B25EA3

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

Shades of Violet Blue #B25EA3

Tints of Violet Blue #B25EA3

Color information

#B25EA3 (or 0xB25EA3) is unknown color: approx Violet Blue. HEX triplet: B2, 5E and A3. RGB value is (178,94,163). Sum of RGB (Red+Green+Blue) = 178+94+163=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B25EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25EA3 is #4DA15C. Grayscale: #7E7E7E. Windows color (decimal): -5087581 or 10706610. OLE color: 10706610.

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

Color convert

RGB17894163-
CMYK00.470.080.30
HSL310.71º35.29%53.33%-
HSV(B)310.71º47.19%69.8%-
XYZ28.9720.1137.01-
YUV126.98148.33164.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=40.92%
G=21.61%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789416300.470.080.30310.7135.2953.33
HexB25EA302F81E1372335
Octal26213624305710364674365
Binary101100101011110101000110101111100011110100110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25EA3; }

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

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

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

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

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

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

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

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