#B261AB

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

Shades of Violet Blue #B261AB

Tints of Violet Blue #B261AB

Color information

#B261AB (or 0xB261AB) is unknown color: approx Violet Blue. HEX triplet: B2, 61 and AB. RGB value is (178,97,171). Sum of RGB (Red+Green+Blue) = 178+97+171=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B261AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B261AB is #4D9E54. Grayscale: #818181. Windows color (decimal): -5086805 or 11231666. OLE color: 11231666.

HSL color Cylindrical-coordinate representation of color #B261AB: hue angle of 305.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B261AB is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17897171-
CMYK00.460.040.30
HSL305.19º34.47%53.92%-
HSV(B)305.19º45.51%69.8%-
XYZ29.9920.9540.99-
YUV129.66151.34162.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=39.91%
G=21.75%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789717100.460.040.30305.1934.4753.92
HexB261AB02E41E1312236
Octal2621412530564364614266
Binary10110010110000110101011010111010011110100110001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261AB; }

 p { color: rgb(178,97,171); }

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

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

 a { background-color: rgb(178,97,171); }

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

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

 span { border-color: rgb(178,97,171); }

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