#B35F9E

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

Shades of Violet Blue #B35F9E

Tints of Violet Blue #B35F9E

Color information

#B35F9E (or 0xB35F9E) is unknown color: approx Violet Blue. HEX triplet: B3, 5F and 9E. RGB value is (179,95,158). Sum of RGB (Red+Green+Blue) = 179+95+158=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35F9E is #4CA061. Grayscale: #7F7F7F. Windows color (decimal): -5021794 or 10379187. OLE color: 10379187.

HSL color Cylindrical-coordinate representation of color #B35F9E: hue angle of 315º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35F9E is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17995158-
CMYK00.470.120.30
HSL315º35.59%53.73%-
HSV(B)315º46.93%70.2%-
XYZ28.8520.2434.73-
YUV127.3145.33164.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=41.44%
G=21.99%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799515800.470.120.3031535.5953.73
HexB35F9E02FC1E13b2436
Octal26313723605714364734466
Binary101100111011111100111100101111110011110100111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F9E; }

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

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

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

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

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

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

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

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