#B35EA7

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

Shades of Violet Blue #B35EA7

Tints of Violet Blue #B35EA7

Color information

#B35EA7 (or 0xB35EA7) is unknown color: approx Violet Blue. HEX triplet: B3, 5E and A7. RGB value is (179,94,167). Sum of RGB (Red+Green+Blue) = 179+94+167=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B35EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35EA7 is #4CA158. Grayscale: #7F7F7F. Windows color (decimal): -5022041 or 10968755. OLE color: 10968755.

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

Color convert

RGB17994167-
CMYK00.470.070.30
HSL308.47º35.86%53.53%-
HSV(B)308.47º47.49%70.2%-
XYZ29.5720.3838.93-
YUV127.74150.16164.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=40.68%
G=21.36%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799416700.470.070.30308.4735.8653.53
HexB35EA702F71E1342436
Octal2631362470577364644466
Binary10110011101111010100111010111111111110100110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EA7; }

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

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

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

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

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

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

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

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