#B269AD

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

Shades of Violet Blue #B269AD

Tints of Violet Blue #B269AD

Color information

#B269AD (or 0xB269AD) is unknown color: approx Violet Blue. HEX triplet: B2, 69 and AD. RGB value is (178,105,173). Sum of RGB (Red+Green+Blue) = 178+105+173=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B269AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B269AD is #4D9652. Grayscale: #868686. Windows color (decimal): -5084755 or 11364786. OLE color: 11364786.

HSL color Cylindrical-coordinate representation of color #B269AD: hue angle of 304.11º 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 #B269AD is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178105173-
CMYK00.410.030.30
HSL304.11º32.16%55.49%-
HSV(B)304.11º41.01%69.8%-
XYZ30.9522.5942.26-
YUV134.58149.68158.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=39.04%
G=23.03%
B=37.94%

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
Decimal17810517300.410.030.30304.1132.1655.49
HexB269AD02931E1302037
Octal2621512550513364604067
Binary1011001011010011010110101010011111110100110000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269AD; }

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

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

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

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

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

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

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

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