#B65DA9

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

Shades of Violet Blue #B65DA9

Tints of Violet Blue #B65DA9

Color information

#B65DA9 (or 0xB65DA9) is unknown color: approx Violet Blue. HEX triplet: B6, 5D and A9. RGB value is (182,93,169). Sum of RGB (Red+Green+Blue) = 182+93+169=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DA9 is #49A256. Grayscale: #808080. Windows color (decimal): -4825687 or 11099574. OLE color: 11099574.

HSL color Cylindrical-coordinate representation of color #B65DA9: hue angle of 308.76º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65DA9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18293169-
CMYK00.490.070.29
HSL308.76º37.87%53.92%-
HSV(B)308.76º48.9%71.37%-
XYZ30.3720.6439.92-
YUV128.27150.99166.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=40.99%
G=20.95%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829316900.490.070.29308.7637.8753.92
HexB65DA903171D1352636
Octal2661352510617354654666
Binary10110110101110110101001011000111111101100110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DA9; }

 p { color: rgb(182,93,169); }

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

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

 a { background-color: rgb(182,93,169); }

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

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

 span { border-color: rgb(182,93,169); }

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