#B25FAF

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

Shades of Violet Blue #B25FAF

Tints of Violet Blue #B25FAF

Color information

#B25FAF (or 0xB25FAF) is unknown color: approx Violet Blue. HEX triplet: B2, 5F and AF. RGB value is (178,95,175). Sum of RGB (Red+Green+Blue) = 178+95+175=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B25FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25FAF is #4DA050. Grayscale: #808080. Windows color (decimal): -5087313 or 11493298. OLE color: 11493298.

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

Color convert

RGB17895175-
CMYK00.470.020.30
HSL302.17º35.02%53.53%-
HSV(B)302.17º46.63%69.8%-
XYZ30.1920.7442.97-
YUV128.94154163-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=39.73%
G=21.21%
B=39.06%

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
Decimal1789517500.470.020.30302.1735.0253.53
HexB25FAF02F21E12e2336
Octal2621372570572364564366
Binary1011001010111111010111101011111011110100101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FAF; }

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

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

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

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

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

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

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

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