#B35DBB

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

Shades of Fuchsia #B35DBB

Tints of Fuchsia #B35DBB

Color information

#B35DBB (or 0xB35DBB) is unknown color: approx Fuchsia. HEX triplet: B3, 5D and BB. RGB value is (179,93,187). Sum of RGB (Red+Green+Blue) = 179+93+187=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #B35DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DBB is #4CA244. Grayscale: #818181. Windows color (decimal): -5022277 or 12279219. OLE color: 12279219.

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

Color convert

RGB17993187-
CMYK0.040.5000.27
HSL294.89º40.87%54.9%-
HSV(B)294.89º50.27%73.33%-
XYZ31.472149.41-
YUV129.43160.49163.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=39.00%
G=20.26%
B=40.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179931870.040.5000.27294.8940.8754.9
HexB35DBB43201B1272937
Octal2631352734620334475167
Binary10110011101110110111011100110010011011100100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DBB; }

 p { color: rgb(179,93,187); }

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

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

 a { background-color: rgb(179,93,187); }

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

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

 span { border-color: rgb(179,93,187); }

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