#B35CB9

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

Shades of Fuchsia #B35CB9

Tints of Fuchsia #B35CB9

Color information

#B35CB9 (or 0xB35CB9) is unknown color: approx Fuchsia. HEX triplet: B3, 5C and B9. RGB value is (179,92,185). Sum of RGB (Red+Green+Blue) = 179+92+185=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #B35CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CB9 is #4CA346. Grayscale: #808080. Windows color (decimal): -5022535 or 12147891. OLE color: 12147891.

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

Color convert

RGB17992185-
CMYK0.030.5000.27
HSL296.13º39.91%54.31%-
HSV(B)296.13º50.27%72.55%-
XYZ31.1720.7448.26-
YUV128.62159.82163.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=39.25%
G=20.18%
B=40.57%

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
Decimal179921850.030.5000.27296.1339.9154.31
HexB35CB933201B1282836
Octal2631342713620334505066
Binary1011001110111001011100111110010011011100101000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CB9; }

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

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

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

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

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

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

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

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