#B35CB7

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

Shades of Fuchsia #B35CB7

Tints of Fuchsia #B35CB7

Color information

#B35CB7 (or 0xB35CB7) is unknown color: approx Fuchsia. HEX triplet: B3, 5C and B7. RGB value is (179,92,183). Sum of RGB (Red+Green+Blue) = 179+92+183=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #B35CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CB7 is #4CA348. Grayscale: #808080. Windows color (decimal): -5022537 or 12016819. OLE color: 12016819.

HSL color Cylindrical-coordinate representation of color #B35CB7: hue angle of 297.36º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35CB7 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17992183-
CMYK0.020.5000.28
HSL297.36º38.72%53.92%-
HSV(B)297.36º49.73%71.76%-
XYZ30.9620.6647.15-
YUV128.39158.82164.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 92 (36.33% from 255) = 20.26%
BLUE value IS 183 (71.88% from 255) = 40.31%
R=39.43%
G=20.26%
B=40.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179921830.020.5000.28297.3638.7253.92
HexB35CB723201C1292736
Octal2631342672620344514766
Binary1011001110111001011011110110010011100100101001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CB7; }

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

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

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

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

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

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

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

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