#B961A6

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

Shades of Violet Blue #B961A6

Tints of Violet Blue #B961A6

Color information

#B961A6 (or 0xB961A6) is unknown color: approx Violet Blue. HEX triplet: B9, 61 and A6. RGB value is (185,97,166). Sum of RGB (Red+Green+Blue) = 185+97+166=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B961A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961A6 is #469E59. Grayscale: #828282. Windows color (decimal): -4628058 or 10903993. OLE color: 10903993.

HSL color Cylindrical-coordinate representation of color #B961A6: hue angle of 312.95º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B961A6 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18597166-
CMYK00.480.100.27
HSL312.95º38.6%55.29%-
HSV(B)312.95º47.57%72.55%-
XYZ31.1721.6238.61-
YUV131.18147.65166.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=41.29%
G=21.65%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859716600.480.100.27312.9538.655.29
HexB961A6030A1B1392737
Octal27114124606012334714767
Binary101110011100001101001100110000101011011100111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961A6; }

 p { color: rgb(185,97,166); }

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

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

 a { background-color: rgb(185,97,166); }

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

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

 span { border-color: rgb(185,97,166); }

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