#b337c1

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

Shades of Fuchsia #B337C1

Tints of Fuchsia #B337C1

Color information

#B337C1 (or 0xB337C1) is unknown color: approx Fuchsia. HEX triplet: B3, 37 and C1. RGB value is (179,55,193). Sum of RGB (Red+Green+Blue) = 179+55+193=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #B337C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337C1 is #4CC83E. Grayscale: #6B6B6B. Windows color (decimal): -5031999 or 12662707. OLE color: 12662707.

HSL color Cylindrical-coordinate representation of color #B337C1: hue angle of 293.91º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B337C1 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17955193-
CMYK0.070.7200.24
HSL293.91º55.65%48.63%-
HSV(B)293.91º71.5%75.69%-
XYZ29.5816.1752.01-
YUV107.81176.08178.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 55 (21.88% from 255) = 12.88%
BLUE value IS 193 (75.78% from 255) = 45.20%
R=41.92%
G=12.88%
B=45.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179551930.070.7200.24293.9155.6548.63
HexB337C17480181263831
Octal2636730171100304467061
Binary10110011110111110000011111001000011000100100110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b337c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b337c1; }

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

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

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

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

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

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

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

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