#B65B9E

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

Shades of Violet Blue #B65B9E

Tints of Violet Blue #B65B9E

Color information

#B65B9E (or 0xB65B9E) is unknown color: approx Violet Blue. HEX triplet: B6, 5B and 9E. RGB value is (182,91,158). Sum of RGB (Red+Green+Blue) = 182+91+158=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B9E is #49A461. Grayscale: #7D7D7D. Windows color (decimal): -4826210 or 10378166. OLE color: 10378166.

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

Color convert

RGB18291158-
CMYK00.50.130.29
HSL315.82º38.4%53.53%-
HSV(B)315.82º50%71.37%-
XYZ29.219.934.65-
YUV125.85146.15168.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=42.23%
G=21.11%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829115800.50.130.29315.8238.453.53
HexB65B9E032D1D13c2636
Octal26613323606215354744666
Binary101101101011011100111100110010110111101100111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B9E; }

 p { color: rgb(182,91,158); }

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

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

 a { background-color: rgb(182,91,158); }

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

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

 span { border-color: rgb(182,91,158); }

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