#B35DBA

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

Shades of Fuchsia #B35DBA

Tints of Fuchsia #B35DBA

Color information

#B35DBA (or 0xB35DBA) is unknown color: approx Fuchsia. HEX triplet: B3, 5D and BA. RGB value is (179,93,186). Sum of RGB (Red+Green+Blue) = 179+93+186=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B35DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DBA is #4CA245. Grayscale: #818181. Windows color (decimal): -5022278 or 12213683. OLE color: 12213683.

HSL color Cylindrical-coordinate representation of color #B35DBA: hue angle of 295.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35DBA is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17993186-
CMYK0.040.500.27
HSL295.48º40.26%54.71%-
HSV(B)295.48º50%72.94%-
XYZ31.3720.9648.85-
YUV129.32159.99163.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=39.08%
G=20.31%
B=40.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179931860.040.500.27295.4840.2654.71
HexB35DBA43201B1272837
Octal2631352724620334475067
Binary10110011101110110111010100110010011011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DBA; }

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

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

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

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

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

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

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

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