#B65F9E

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

Shades of Violet Blue #B65F9E

Tints of Violet Blue #B65F9E

Color information

#B65F9E (or 0xB65F9E) is unknown color: approx Violet Blue. HEX triplet: B6, 5F and 9E. RGB value is (182,95,158). Sum of RGB (Red+Green+Blue) = 182+95+158=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F9E is #49A061. Grayscale: #808080. Windows color (decimal): -4825186 or 10379190. OLE color: 10379190.

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

Color convert

RGB18295158-
CMYK00.480.130.29
HSL316.55º37.34%54.31%-
HSV(B)316.55º47.8%71.37%-
XYZ29.5620.634.77-
YUV128.2144.82166.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=41.84%
G=21.84%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829515800.480.130.29316.5537.3454.31
HexB65F9E030D1D13d2536
Octal26613723606015354754566
Binary101101101011111100111100110000110111101100111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F9E; }

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

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

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

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

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

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

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

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