#B269AC

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

Shades of Violet Blue #B269AC

Tints of Violet Blue #B269AC

Color information

#B269AC (or 0xB269AC) is unknown color: approx Violet Blue. HEX triplet: B2, 69 and AC. RGB value is (178,105,172). Sum of RGB (Red+Green+Blue) = 178+105+172=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B269AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B269AC is #4D9653. Grayscale: #868686. Windows color (decimal): -5084756 or 11299250. OLE color: 11299250.

HSL color Cylindrical-coordinate representation of color #B269AC: hue angle of 304.93º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B269AC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178105172-
CMYK00.410.030.30
HSL304.93º32.16%55.49%-
HSV(B)304.93º41.01%69.8%-
XYZ30.8622.5541.76-
YUV134.46149.18159.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=39.12%
G=23.08%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810517200.410.030.30304.9332.1655.49
HexB269AC02931E1312037
Octal2621512540513364614067
Binary1011001011010011010110001010011111110100110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269AC; }

 p { color: rgb(178,105,172); }

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

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

 a { background-color: rgb(178,105,172); }

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

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

 span { border-color: rgb(178,105,172); }

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