#B35A9F

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

Shades of Violet Blue #B35A9F

Tints of Violet Blue #B35A9F

Color information

#B35A9F (or 0xB35A9F) is unknown color: approx Violet Blue. HEX triplet: B3, 5A and 9F. RGB value is (179,90,159). Sum of RGB (Red+Green+Blue) = 179+90+159=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A9F is #4CA560. Grayscale: #7C7C7C. Windows color (decimal): -5023073 or 10443443. OLE color: 10443443.

HSL color Cylindrical-coordinate representation of color #B35A9F: hue angle of 313.48º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A9F is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17990159-
CMYK00.500.110.30
HSL313.48º36.93%52.75%-
HSV(B)313.48º49.72%70.2%-
XYZ28.519.435.04-
YUV124.48147.49166.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=41.82%
G=21.03%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799015900.500.110.30313.4836.9352.75
HexB35A9F032B1E1392535
Octal26313223706213364714565
Binary101100111011010100111110110010101111110100111001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A9F; }

 p { color: rgb(179,90,159); }

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

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

 a { background-color: rgb(179,90,159); }

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

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

 span { border-color: rgb(179,90,159); }

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