#B65C9E

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

Shades of Violet Blue #B65C9E

Tints of Violet Blue #B65C9E

Color information

#B65C9E (or 0xB65C9E) is unknown color: approx Violet Blue. HEX triplet: B6, 5C and 9E. RGB value is (182,92,158). Sum of RGB (Red+Green+Blue) = 182+92+158=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C9E is #49A361. Grayscale: #7E7E7E. Windows color (decimal): -4825954 or 10378422. OLE color: 10378422.

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

Color convert

RGB18292158-
CMYK00.490.130.29
HSL316º38.14%53.73%-
HSV(B)316º49.45%71.37%-
XYZ29.2920.0734.68-
YUV126.43145.82167.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=42.13%
G=21.30%
B=36.57%

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
Decimal1829215800.490.130.2931638.1453.73
HexB65C9E031D1D13c2636
Octal26613423606115354744666
Binary101101101011100100111100110001110111101100111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C9E; }

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

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

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

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

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

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

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

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