#B65D9F

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

Shades of Violet Blue #B65D9F

Tints of Violet Blue #B65D9F

Color information

#B65D9F (or 0xB65D9F) is unknown color: approx Violet Blue. HEX triplet: B6, 5D and 9F. RGB value is (182,93,159). Sum of RGB (Red+Green+Blue) = 182+93+159=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D9F is #49A260. Grayscale: #7E7E7E. Windows color (decimal): -4825697 or 10444214. OLE color: 10444214.

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

Color convert

RGB18293159-
CMYK00.490.130.29
HSL315.51º37.87%53.92%-
HSV(B)315.51º48.9%71.37%-
XYZ29.4620.2835.16-
YUV127.14145.99167.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=41.94%
G=21.43%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829315900.490.130.29315.5137.8753.92
HexB65D9F031D1D13c2636
Octal26613523706115354744666
Binary101101101011101100111110110001110111101100111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D9F; }

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

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

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

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

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

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

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

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