#B35DB1

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

Shades of Fuchsia #B35DB1

Tints of Fuchsia #B35DB1

Color information

#B35DB1 (or 0xB35DB1) is unknown color: approx Fuchsia. HEX triplet: B3, 5D and B1. RGB value is (179,93,177). Sum of RGB (Red+Green+Blue) = 179+93+177=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DB1 is #4CA24E. Grayscale: #808080. Windows color (decimal): -5022287 or 11623859. OLE color: 11623859.

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

Color convert

RGB17993177-
CMYK00.480.010.30
HSL301.4º36.13%53.33%-
HSV(B)301.4º48.04%70.2%-
XYZ30.4420.5943.96-
YUV128.29155.49164.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=39.87%
G=20.71%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799317700.480.010.30301.436.1353.33
HexB35DB103011E12d2435
Octal2631352610601364554465
Binary101100111011101101100010110000111110100101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DB1; }

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

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

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

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

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

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

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

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