#B25FAD

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

Shades of Violet Blue #B25FAD

Tints of Violet Blue #B25FAD

Color information

#B25FAD (or 0xB25FAD) is unknown color: approx Violet Blue. HEX triplet: B2, 5F and AD. RGB value is (178,95,173). Sum of RGB (Red+Green+Blue) = 178+95+173=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B25FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25FAD is #4DA052. Grayscale: #808080. Windows color (decimal): -5087315 or 11362226. OLE color: 11362226.

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

Color convert

RGB17895173-
CMYK00.470.030.30
HSL303.61º35.02%53.53%-
HSV(B)303.61º46.63%69.8%-
XYZ3020.6741.94-
YUV128.71153163.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=39.91%
G=21.30%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789517300.470.030.30303.6135.0253.53
HexB25FAD02F31E1302336
Octal2621372550573364604366
Binary1011001010111111010110101011111111110100110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25FAD; }

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

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

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

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

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

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

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

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