#B337C0

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

Shades of Fuchsia #B337C0

Tints of Fuchsia #B337C0

Color information

#B337C0 (or 0xB337C0) is unknown color: approx Fuchsia. HEX triplet: B3, 37 and C0. RGB value is (179,55,192). Sum of RGB (Red+Green+Blue) = 179+55+192=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #B337C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337C0 is #4CC83F. Grayscale: #6B6B6B. Windows color (decimal): -5032000 or 12597171. OLE color: 12597171.

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

Color convert

RGB17955192-
CMYK0.070.7100.25
HSL294.31º55.47%48.43%-
HSV(B)294.31º71.35%75.29%-
XYZ29.4716.1251.43-
YUV107.69175.58178.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 55 (21.88% from 255) = 12.91%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=42.02%
G=12.91%
B=45.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179551920.070.7100.25294.3155.4748.43
HexB337C07470191263730
Octal2636730071070314466760
Binary10110011110111110000001111000111011001100100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B337C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B337C0; }

 p { color: rgb(179,55,192); }

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

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

 a { background-color: rgb(179,55,192); }

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

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

 span { border-color: rgb(179,55,192); }

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