#B35E9B

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

Shades of Violet Blue #B35E9B

Tints of Violet Blue #B35E9B

Color information

#B35E9B (or 0xB35E9B) is unknown color: approx Violet Blue. HEX triplet: B3, 5E and 9B. RGB value is (179,94,155). Sum of RGB (Red+Green+Blue) = 179+94+155=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E9B is #4CA164. Grayscale: #7E7E7E. Windows color (decimal): -5022053 or 10182323. OLE color: 10182323.

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

Color convert

RGB17994155-
CMYK00.470.130.30
HSL316.94º35.86%53.53%-
HSV(B)316.94º47.49%70.2%-
XYZ28.5119.9633.36-
YUV126.37144.16165.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=41.82%
G=21.96%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799415500.470.130.30316.9435.8653.53
HexB35E9B02FD1E13d2436
Octal26313623305715364754466
Binary101100111011110100110110101111110111110100111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E9B; }

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

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

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

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

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

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

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

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