#B25FA2

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

Shades of Violet Blue #B25FA2

Tints of Violet Blue #B25FA2

Color information

#B25FA2 (or 0xB25FA2) is unknown color: approx Violet Blue. HEX triplet: B2, 5F and A2. RGB value is (178,95,162). Sum of RGB (Red+Green+Blue) = 178+95+162=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B25FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25FA2 is #4DA05D. Grayscale: #7F7F7F. Windows color (decimal): -5087326 or 10641330. OLE color: 10641330.

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

Color convert

RGB17895162-
CMYK00.470.090.30
HSL311.57º35.02%53.53%-
HSV(B)311.57º46.63%69.8%-
XYZ28.9720.2636.57-
YUV127.46147.5164.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=40.92%
G=21.84%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789516200.470.090.30311.5735.0253.53
HexB25FA202F91E1382336
Octal26213724205711364704366
Binary101100101011111101000100101111100111110100111000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FA2; }

 p { color: rgb(178,95,162); }

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

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

 a { background-color: rgb(178,95,162); }

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

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

 span { border-color: rgb(178,95,162); }

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