#B35DA8

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

Shades of Violet Blue #B35DA8

Tints of Violet Blue #B35DA8

Color information

#B35DA8 (or 0xB35DA8) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and A8. RGB value is (179,93,168). Sum of RGB (Red+Green+Blue) = 179+93+168=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DA8 is #4CA257. Grayscale: #7F7F7F. Windows color (decimal): -5022296 or 11034035. OLE color: 11034035.

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

Color convert

RGB17993168-
CMYK00.480.060.30
HSL307.67º36.13%53.33%-
HSV(B)307.67º48.04%70.2%-
XYZ29.5720.2439.39-
YUV127.26150.99164.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=40.68%
G=21.14%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799316800.480.060.30307.6736.1353.33
HexB35DA803061E1342435
Octal2631352500606364644465
Binary10110011101110110101000011000011011110100110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DA8; }

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

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

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

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

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

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

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

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