#B35BBE

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

Shades of Fuchsia #B35BBE

Tints of Fuchsia #B35BBE

Color information

#B35BBE (or 0xB35BBE) is unknown color: approx Fuchsia. HEX triplet: B3, 5B and BE. RGB value is (179,91,190). Sum of RGB (Red+Green+Blue) = 179+91+190=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #B35BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BBE is #4CA441. Grayscale: #808080. Windows color (decimal): -5022786 or 12475315. OLE color: 12475315.

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

Color convert

RGB17991190-
CMYK0.060.5200.25
HSL293.33º43.23%55.1%-
HSV(B)293.33º52.11%74.51%-
XYZ31.6320.7851.06-
YUV128.6162.65163.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=38.91%
G=19.78%
B=41.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179911900.060.5200.25293.3343.2355.1
HexB35BBE6340191252b37
Octal2631332766640314455367
Binary10110011101101110111110110110100011001100100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35BBE; }

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

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

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

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

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

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

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

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