#B35E9D

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

Shades of Violet Blue #B35E9D

Tints of Violet Blue #B35E9D

Color information

#B35E9D (or 0xB35E9D) is unknown color: approx Violet Blue. HEX triplet: B3, 5E and 9D. RGB value is (179,94,157). Sum of RGB (Red+Green+Blue) = 179+94+157=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E9D is #4CA162. Grayscale: #7E7E7E. Windows color (decimal): -5022051 or 10313395. OLE color: 10313395.

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

Color convert

RGB17994157-
CMYK00.470.120.30
HSL315.53º35.86%53.53%-
HSV(B)315.53º47.49%70.2%-
XYZ28.6820.0234.25-
YUV126.6145.16165.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=41.63%
G=21.86%
B=36.51%

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
Decimal1799415700.470.120.30315.5335.8653.53
HexB35E9D02FC1E13c2436
Octal26313623505714364744466
Binary101100111011110100111010101111110011110100111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E9D; }

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

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

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

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

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

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

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

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