#B35CBA

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

Shades of Fuchsia #B35CBA

Tints of Fuchsia #B35CBA

Color information

#B35CBA (or 0xB35CBA) is unknown color: approx Fuchsia. HEX triplet: B3, 5C and BA. RGB value is (179,92,186). Sum of RGB (Red+Green+Blue) = 179+92+186=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B35CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CBA is #4CA345. Grayscale: #808080. Windows color (decimal): -5022534 or 12213427. OLE color: 12213427.

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

Color convert

RGB17992186-
CMYK0.040.5100.27
HSL295.53º40.52%54.51%-
HSV(B)295.53º50.54%72.94%-
XYZ31.2820.7848.82-
YUV128.73160.32163.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=39.17%
G=20.13%
B=40.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179921860.040.5100.27295.5340.5254.51
HexB35CBA43301B1282937
Octal2631342724630334505167
Binary10110011101110010111010100110011011011100101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CBA; }

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

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

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

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

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

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

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

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