#B25FA0

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

Shades of Violet Blue #B25FA0

Tints of Violet Blue #B25FA0

Color information

#B25FA0 (or 0xB25FA0) is unknown color: approx Violet Blue. HEX triplet: B2, 5F and A0. RGB value is (178,95,160). Sum of RGB (Red+Green+Blue) = 178+95+160=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B25FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25FA0 is #4DA05F. Grayscale: #7F7F7F. Windows color (decimal): -5087328 or 10510258. OLE color: 10510258.

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

Color convert

RGB17895160-
CMYK00.470.100.30
HSL313.01º35.02%53.53%-
HSV(B)313.01º46.63%69.8%-
XYZ28.820.1935.64-
YUV127.23146.5164.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=41.11%
G=21.94%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789516000.470.100.30313.0135.0253.53
HexB25FA002FA1E1392336
Octal26213724005712364714366
Binary101100101011111101000000101111101011110100111001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FA0; }

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

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

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

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

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

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

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

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