#B05A9E

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

Shades of Violet Blue #B05A9E

Tints of Violet Blue #B05A9E

Color information

#B05A9E (or 0xB05A9E) is unknown color: approx Violet Blue. HEX triplet: B0, 5A and 9E. RGB value is (176,90,158). Sum of RGB (Red+Green+Blue) = 176+90+158=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A9E is #4FA561. Grayscale: #7B7B7B. Windows color (decimal): -5219682 or 10377904. OLE color: 10377904.

HSL color Cylindrical-coordinate representation of color #B05A9E: hue angle of 312.56º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A9E is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17690158-
CMYK00.490.100.31
HSL312.56º35.25%52.16%-
HSV(B)312.56º48.86%69.02%-
XYZ27.7319.0134.56-
YUV123.47147.49165.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=41.51%
G=21.23%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769015800.490.100.31312.5635.2552.16
HexB05A9E031A1F1392334
Octal26013223606112374714364
Binary101100001011010100111100110001101011111100111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A9E; }

 p { color: rgb(176,90,158); }

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

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

 a { background-color: rgb(176,90,158); }

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

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

 span { border-color: rgb(176,90,158); }

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