#B35BBD

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

Shades of Fuchsia #B35BBD

Tints of Fuchsia #B35BBD

Color information

#B35BBD (or 0xB35BBD) is unknown color: approx Fuchsia. HEX triplet: B3, 5B and BD. RGB value is (179,91,189). Sum of RGB (Red+Green+Blue) = 179+91+189=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B35BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BBD is #4CA442. Grayscale: #808080. Windows color (decimal): -5022787 or 12409779. OLE color: 12409779.

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

Color convert

RGB17991189-
CMYK0.050.5200.26
HSL293.88º42.61%54.9%-
HSV(B)293.88º51.85%74.12%-
XYZ31.5220.7450.49-
YUV128.48162.15164.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=39.00%
G=19.83%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179911890.050.5200.26293.8842.6154.9
HexB35BBD53401A1262b37
Octal2631332755640324465367
Binary10110011101101110111101101110100011010100100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35BBD; }

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

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

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

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

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

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

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

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