#b868ab

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

Shades of Violet Blue #B868AB

Tints of Violet Blue #B868AB

Color information

#B868AB (or 0xB868AB) is unknown color: approx Violet Blue. HEX triplet: B8, 68 and AB. RGB value is (184,104,171). Sum of RGB (Red+Green+Blue) = 184+104+171=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B868AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B868AB is #479754. Grayscale: #878787. Windows color (decimal): -4691797 or 11233464. OLE color: 11233464.

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

Color convert

RGB184104171-
CMYK00.430.070.28
HSL309.75º36.04%56.47%-
HSV(B)309.75º43.48%72.16%-
XYZ32.0723.0341.28-
YUV135.56148162.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=40.09%
G=22.66%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410417100.430.070.28309.7536.0456.47
HexB868AB02B71C1362438
Octal2701502530537344664470
Binary10111000110100010101011010101111111100100110110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b868ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b868ab; }

 p { color: rgb(184,104,171); }

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

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

 a { background-color: rgb(184,104,171); }

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

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

 span { border-color: rgb(184,104,171); }

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