#B35CB0

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

Shades of Fuchsia #B35CB0

Tints of Fuchsia #B35CB0

Color information

#B35CB0 (or 0xB35CB0) is unknown color: approx Fuchsia. HEX triplet: B3, 5C and B0. RGB value is (179,92,176). Sum of RGB (Red+Green+Blue) = 179+92+176=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B35CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35CB0 is #4CA34F. Grayscale: #7F7F7F. Windows color (decimal): -5022544 or 11558067. OLE color: 11558067.

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

Color convert

RGB17992176-
CMYK00.490.020.30
HSL302.07º36.4%53.14%-
HSV(B)302.07º48.6%70.2%-
XYZ30.2520.3743.41-
YUV127.59155.32164.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=40.04%
G=20.58%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799217600.490.020.30302.0736.453.14
HexB35CB003121E12e2435
Octal2631342600612364564465
Binary1011001110111001011000001100011011110100101110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CB0; }

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

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

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

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

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

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

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

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