#B35D9E

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

Shades of Violet Blue #B35D9E

Tints of Violet Blue #B35D9E

Color information

#B35D9E (or 0xB35D9E) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and 9E. RGB value is (179,93,158). Sum of RGB (Red+Green+Blue) = 179+93+158=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D9E is #4CA261. Grayscale: #7D7D7D. Windows color (decimal): -5022306 or 10378675. OLE color: 10378675.

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

Color convert

RGB17993158-
CMYK00.480.120.30
HSL314.65º36.13%53.33%-
HSV(B)314.65º48.04%70.2%-
XYZ28.6819.8834.67-
YUV126.12145.99165.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=41.63%
G=21.63%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799315800.480.120.30314.6536.1353.33
HexB35D9E030C1E13b2435
Octal26313523606014364734465
Binary101100111011101100111100110000110011110100111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D9E; }

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

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

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

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

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

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

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

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