#B353BF

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

Shades of Fuchsia #B353BF

Tints of Fuchsia #B353BF

Color information

#B353BF (or 0xB353BF) is unknown color: approx Fuchsia. HEX triplet: B3, 53 and BF. RGB value is (179,83,191). Sum of RGB (Red+Green+Blue) = 179+83+191=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #B353BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353BF is #4CAC40. Grayscale: #7B7B7B. Windows color (decimal): -5024833 or 12538803. OLE color: 12538803.

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

Color convert

RGB17983191-
CMYK0.060.5700.25
HSL293.33º45.76%53.73%-
HSV(B)293.33º56.54%74.9%-
XYZ31.0919.5351.42-
YUV124.02165.8167.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 191 (75% from 255) = 42.16%
R=39.51%
G=18.32%
B=42.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179831910.060.5700.25293.3345.7653.73
HexB353BF6390191252e36
Octal2631232776710314455666
Binary10110011101001110111111110111001011001100100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353BF; }

 p { color: rgb(179,83,191); }

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

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

 a { background-color: rgb(179,83,191); }

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

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

 span { border-color: rgb(179,83,191); }

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