#B35DAC

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

Shades of Violet Blue #B35DAC

Tints of Violet Blue #B35DAC

Color information

#B35DAC (or 0xB35DAC) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and AC. RGB value is (179,93,172). Sum of RGB (Red+Green+Blue) = 179+93+172=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DAC is #4CA253. Grayscale: #7F7F7F. Windows color (decimal): -5022292 or 11296179. OLE color: 11296179.

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

Color convert

RGB17993172-
CMYK00.480.040.30
HSL304.88º36.13%53.33%-
HSV(B)304.88º48.04%70.2%-
XYZ29.9520.3941.39-
YUV127.72152.99164.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=40.32%
G=20.95%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799317200.480.040.30304.8836.1353.33
HexB35DAC03041E1312435
Octal2631352540604364614465
Binary10110011101110110101100011000010011110100110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DAC; }

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

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

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

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

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

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

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

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