#B05EAF

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

Shades of Violet Blue #B05EAF

Tints of Violet Blue #B05EAF

Color information

#B05EAF (or 0xB05EAF) is unknown color: approx Violet Blue. HEX triplet: B0, 5E and AF. RGB value is (176,94,175). Sum of RGB (Red+Green+Blue) = 176+94+175=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B05EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05EAF is #4FA150. Grayscale: #7F7F7F. Windows color (decimal): -5218641 or 11493040. OLE color: 11493040.

HSL color Cylindrical-coordinate representation of color #B05EAF: hue angle of 300.73º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05EAF is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17694175-
CMYK00.470.010.31
HSL300.73º34.17%52.94%-
HSV(B)300.73º46.59%69.02%-
XYZ29.6520.3342.92-
YUV127.75154.67162.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=39.55%
G=21.12%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769417500.470.010.31300.7334.1752.94
HexB05EAF02F11F12d2235
Octal2601362570571374554265
Binary101100001011110101011110101111111111100101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05EAF; }

 p { color: rgb(176,94,175); }

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

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

 a { background-color: rgb(176,94,175); }

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

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

 span { border-color: rgb(176,94,175); }

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