#B35DAE

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

Shades of Violet Blue #B35DAE

Tints of Violet Blue #B35DAE

Color information

#B35DAE (or 0xB35DAE) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and AE. RGB value is (179,93,174). Sum of RGB (Red+Green+Blue) = 179+93+174=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DAE is #4CA251. Grayscale: #7F7F7F. Windows color (decimal): -5022290 or 11427251. OLE color: 11427251.

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

Color convert

RGB17993174-
CMYK00.480.030.30
HSL303.49º36.13%53.33%-
HSV(B)303.49º48.04%70.2%-
XYZ30.1420.4742.41-
YUV127.95153.99164.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=40.13%
G=20.85%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799317400.480.030.30303.4936.1353.33
HexB35DAE03031E12f2435
Octal2631352560603364574465
Binary1011001110111011010111001100001111110100101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DAE; }

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

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

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

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

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

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

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

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