#B05CAB

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

Shades of Violet Blue #B05CAB

Tints of Violet Blue #B05CAB

Color information

#B05CAB (or 0xB05CAB) is unknown color: approx Violet Blue. HEX triplet: B0, 5C and AB. RGB value is (176,92,171). Sum of RGB (Red+Green+Blue) = 176+92+171=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B05CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05CAB is #4FA354. Grayscale: #7D7D7D. Windows color (decimal): -5219157 or 11230384. OLE color: 11230384.

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

Color convert

RGB17692171-
CMYK00.480.030.31
HSL303.57º34.71%52.55%-
HSV(B)303.57º47.73%69.02%-
XYZ29.0819.8240.82-
YUV126.12153.33163.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=40.09%
G=20.96%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769217100.480.030.31303.5734.7152.55
HexB05CAB03031F1302335
Octal2601342530603374604365
Binary1011000010111001010101101100001111111100110000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05CAB; }

 p { color: rgb(176,92,171); }

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

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

 a { background-color: rgb(176,92,171); }

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

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

 span { border-color: rgb(176,92,171); }

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