#B65DA4

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

Shades of Violet Blue #B65DA4

Tints of Violet Blue #B65DA4

Color information

#B65DA4 (or 0xB65DA4) is unknown color: approx Violet Blue. HEX triplet: B6, 5D and A4. RGB value is (182,93,164). Sum of RGB (Red+Green+Blue) = 182+93+164=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DA4 is #49A25B. Grayscale: #7F7F7F. Windows color (decimal): -4825692 or 10771894. OLE color: 10771894.

HSL color Cylindrical-coordinate representation of color #B65DA4: hue angle of 312.13º 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 #B65DA4 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18293164-
CMYK00.490.100.29
HSL312.13º37.87%53.92%-
HSV(B)312.13º48.9%71.37%-
XYZ29.9120.4537.49-
YUV127.7148.49166.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=41.46%
G=21.18%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829316400.490.100.29312.1337.8753.92
HexB65DA4031A1D1382636
Octal26613524406112354704666
Binary101101101011101101001000110001101011101100111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DA4; }

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

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

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

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

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

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

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

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