#B965A9

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

Shades of Violet Blue #B965A9

Tints of Violet Blue #B965A9

Color information

#B965A9 (or 0xB965A9) is unknown color: approx Violet Blue. HEX triplet: B9, 65 and A9. RGB value is (185,101,169). Sum of RGB (Red+Green+Blue) = 185+101+169=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B965A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965A9 is #469A56. Grayscale: #858585. Windows color (decimal): -4627031 or 11101625. OLE color: 11101625.

HSL color Cylindrical-coordinate representation of color #B965A9: hue angle of 311.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B965A9 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185101169-
CMYK00.450.090.27
HSL311.43º37.5%56.08%-
HSV(B)311.43º45.41%72.55%-
XYZ31.8222.4940.2-
YUV133.87147.83164.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=40.66%
G=22.20%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510116900.450.090.27311.4337.556.08
HexB965A902D91B1372638
Octal27114525105511334674670
Binary101110011100101101010010101101100111011100110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965A9; }

 p { color: rgb(185,101,169); }

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

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

 a { background-color: rgb(185,101,169); }

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

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

 span { border-color: rgb(185,101,169); }

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