#B35EA0

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

Shades of Violet Blue #B35EA0

Tints of Violet Blue #B35EA0

Color information

#B35EA0 (or 0xB35EA0) is unknown color: approx Violet Blue. HEX triplet: B3, 5E and A0. RGB value is (179,94,160). Sum of RGB (Red+Green+Blue) = 179+94+160=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B35EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35EA0 is #4CA15F. Grayscale: #7E7E7E. Windows color (decimal): -5022048 or 10510003. OLE color: 10510003.

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

Color convert

RGB17994160-
CMYK00.470.110.30
HSL313.41º35.86%53.53%-
HSV(B)313.41º47.49%70.2%-
XYZ28.9420.1335.62-
YUV126.94146.66165.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=41.34%
G=21.71%
B=36.95%

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
Decimal1799416000.470.110.30313.4135.8653.53
HexB35EA002FB1E1392436
Octal26313624005713364714466
Binary101100111011110101000000101111101111110100111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EA0; }

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

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

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

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

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

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

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

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