#B930B0

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

Shades of Fuchsia #B930B0

Tints of Fuchsia #B930B0

Color information

#B930B0 (or 0xB930B0) is unknown color: approx Fuchsia. HEX triplet: B9, 30 and B0. RGB value is (185,48,176). Sum of RGB (Red+Green+Blue) = 185+48+176=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B930B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B930B0 is #46CF4F. Grayscale: #676767. Windows color (decimal): -4640592 or 11546809. OLE color: 11546809.

HSL color Cylindrical-coordinate representation of color #B930B0: hue angle of 303.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B930B0 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18548176-
CMYK00.740.050.27
HSL303.94º58.8%45.69%-
HSV(B)303.94º74.05%72.55%-
XYZ28.915.5642.55-
YUV103.56168.89186.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 176 (69.14% from 255) = 43.03%
R=45.23%
G=11.74%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854817600.740.050.27303.9458.845.69
HexB930B004A51B1303b2e
Octal2716026001125334607356
Binary10111001110000101100000100101010111011100110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B930B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B930B0; }

 p { color: rgb(185,48,176); }

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

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

 a { background-color: rgb(185,48,176); }

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

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

 span { border-color: rgb(185,48,176); }

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