#B968AB

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

Shades of Violet Blue #B968AB

Tints of Violet Blue #B968AB

Color information

#B968AB (or 0xB968AB) is unknown color: approx Violet Blue. HEX triplet: B9, 68 and AB. RGB value is (185,104,171). Sum of RGB (Red+Green+Blue) = 185+104+171=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B968AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B968AB is #469754. Grayscale: #878787. Windows color (decimal): -4626261 or 11233465. OLE color: 11233465.

HSL color Cylindrical-coordinate representation of color #B968AB: hue angle of 310.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B968AB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185104171-
CMYK00.440.080.27
HSL310.37º36.65%56.67%-
HSV(B)310.37º43.78%72.55%-
XYZ32.3123.1641.29-
YUV135.86147.84163.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=40.22%
G=22.61%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510417100.440.080.27310.3736.6556.67
HexB968AB02C81B1362539
Octal27115025305410334664571
Binary101110011101000101010110101100100011011100110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968AB; }

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

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

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

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

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

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

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

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