#B869AD

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

Shades of Violet Blue #B869AD

Tints of Violet Blue #B869AD

Color information

#B869AD (or 0xB869AD) is unknown color: approx Violet Blue. HEX triplet: B8, 69 and AD. RGB value is (184,105,173). Sum of RGB (Red+Green+Blue) = 184+105+173=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B869AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B869AD is #479652. Grayscale: #888888. Windows color (decimal): -4691539 or 11364792. OLE color: 11364792.

HSL color Cylindrical-coordinate representation of color #B869AD: hue angle of 308.35º 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 #B869AD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184105173-
CMYK00.430.060.28
HSL308.35º35.75%56.67%-
HSV(B)308.35º42.93%72.16%-
XYZ32.3623.3142.33-
YUV136.37148.67161.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=39.83%
G=22.73%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410517300.430.060.28308.3535.7556.67
HexB869AD02B61C1342439
Octal2701512550536344644471
Binary10111000110100110101101010101111011100100110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869AD; }

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

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

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

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

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

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

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

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