#B869AA

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

Shades of Violet Blue #B869AA

Tints of Violet Blue #B869AA

Color information

#B869AA (or 0xB869AA) is unknown color: approx Violet Blue. HEX triplet: B8, 69 and AA. RGB value is (184,105,170). Sum of RGB (Red+Green+Blue) = 184+105+170=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B869AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B869AA is #479655. Grayscale: #878787. Windows color (decimal): -4691542 or 11168184. OLE color: 11168184.

HSL color Cylindrical-coordinate representation of color #B869AA: hue angle of 310.63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B869AA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184105170-
CMYK00.430.080.28
HSL310.63º35.75%56.67%-
HSV(B)310.63º42.93%72.16%-
XYZ32.0723.240.82-
YUV136.03147.17162.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=40.09%
G=22.88%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410517000.430.080.28310.6335.7556.67
HexB869AA02B81C1372439
Octal27015125205310344674471
Binary101110001101001101010100101011100011100100110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869AA; }

 p { color: rgb(184,105,170); }

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

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

 a { background-color: rgb(184,105,170); }

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

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

 span { border-color: rgb(184,105,170); }

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