#B35DB9

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

Shades of Fuchsia #B35DB9

Tints of Fuchsia #B35DB9

Color information

#B35DB9 (or 0xB35DB9) is unknown color: approx Fuchsia. HEX triplet: B3, 5D and B9. RGB value is (179,93,185). Sum of RGB (Red+Green+Blue) = 179+93+185=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #B35DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DB9 is #4CA246. Grayscale: #808080. Windows color (decimal): -5022279 or 12148147. OLE color: 12148147.

HSL color Cylindrical-coordinate representation of color #B35DB9: hue angle of 296.09º 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 #B35DB9 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17993185-
CMYK0.030.5000.27
HSL296.09º39.66%54.51%-
HSV(B)296.09º49.73%72.55%-
XYZ31.2620.9248.29-
YUV129.2159.49163.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=39.17%
G=20.35%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179931850.030.5000.27296.0939.6654.51
HexB35DB933201B1282837
Octal2631352713620334505067
Binary1011001110111011011100111110010011011100101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DB9; }

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

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

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

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

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

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

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

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