#B35DA7

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

Shades of Violet Blue #B35DA7

Tints of Violet Blue #B35DA7

Color information

#B35DA7 (or 0xB35DA7) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and A7. RGB value is (179,93,167). Sum of RGB (Red+Green+Blue) = 179+93+167=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DA7 is #4CA258. Grayscale: #7E7E7E. Windows color (decimal): -5022297 or 10968499. OLE color: 10968499.

HSL color Cylindrical-coordinate representation of color #B35DA7: hue angle of 308.37º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35DA7 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17993167-
CMYK00.480.070.30
HSL308.37º36.13%53.33%-
HSV(B)308.37º48.04%70.2%-
XYZ29.4820.238.9-
YUV127.15150.49164.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=40.77%
G=21.18%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799316700.480.070.30308.3736.1353.33
HexB35DA703071E1342435
Octal2631352470607364644465
Binary10110011101110110100111011000011111110100110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DA7; }

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

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

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

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

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

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

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

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