#B35CA8

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

Shades of Violet Blue #B35CA8

Tints of Violet Blue #B35CA8

Color information

#B35CA8 (or 0xB35CA8) is unknown color: approx Violet Blue. HEX triplet: B3, 5C and A8. RGB value is (179,92,168). Sum of RGB (Red+Green+Blue) = 179+92+168=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B35CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35CA8 is #4CA357. Grayscale: #7E7E7E. Windows color (decimal): -5022552 or 11033779. OLE color: 11033779.

HSL color Cylindrical-coordinate representation of color #B35CA8: hue angle of 307.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35CA8 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17992168-
CMYK00.490.060.30
HSL307.59º36.4%53.14%-
HSV(B)307.59º48.6%70.2%-
XYZ29.4920.0739.36-
YUV126.68151.32165.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=40.77%
G=20.96%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799216800.490.060.30307.5936.453.14
HexB35CA803161E1342435
Octal2631342500616364644465
Binary10110011101110010101000011000111011110100110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CA8; }

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

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

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

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

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

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

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

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