#B35EBE

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

Shades of Fuchsia #B35EBE

Tints of Fuchsia #B35EBE

Color information

#B35EBE (or 0xB35EBE) is unknown color: approx Fuchsia. HEX triplet: B3, 5E and BE. RGB value is (179,94,190). Sum of RGB (Red+Green+Blue) = 179+94+190=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #B35EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EBE is #4CA141. Grayscale: #828282. Windows color (decimal): -5022018 or 12476083. OLE color: 12476083.

HSL color Cylindrical-coordinate representation of color #B35EBE: hue angle of 293.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35EBE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17994190-
CMYK0.060.5100.25
HSL293.12º42.48%55.69%-
HSV(B)293.12º50.53%74.51%-
XYZ31.8921.3151.15-
YUV130.36161.66162.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=38.66%
G=20.30%
B=41.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179941900.060.5100.25293.1242.4855.69
HexB35EBE6330191252a38
Octal2631362766630314455270
Binary10110011101111010111110110110011011001100100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EBE; }

 p { color: rgb(179,94,190); }

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

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

 a { background-color: rgb(179,94,190); }

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

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

 span { border-color: rgb(179,94,190); }

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