#B35E9F

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

Shades of Violet Blue #B35E9F

Tints of Violet Blue #B35E9F

Color information

#B35E9F (or 0xB35E9F) is unknown color: approx Violet Blue. HEX triplet: B3, 5E and 9F. RGB value is (179,94,159). Sum of RGB (Red+Green+Blue) = 179+94+159=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E9F is #4CA160. Grayscale: #7E7E7E. Windows color (decimal): -5022049 or 10444467. OLE color: 10444467.

HSL color Cylindrical-coordinate representation of color #B35E9F: hue angle of 314.12º 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 #B35E9F is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17994159-
CMYK00.470.110.30
HSL314.12º35.86%53.53%-
HSV(B)314.12º47.49%70.2%-
XYZ28.8520.0935.16-
YUV126.82146.16165.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=41.44%
G=21.76%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799415900.470.110.30314.1235.8653.53
HexB35E9F02FB1E13a2436
Octal26313623705713364724466
Binary101100111011110100111110101111101111110100111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E9F; }

 p { color: rgb(179,94,159); }

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

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

 a { background-color: rgb(179,94,159); }

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

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

 span { border-color: rgb(179,94,159); }

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