#B930B1

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

Shades of Fuchsia #B930B1

Tints of Fuchsia #B930B1

Color information

#B930B1 (or 0xB930B1) is unknown color: approx Fuchsia. HEX triplet: B9, 30 and B1. RGB value is (185,48,177). Sum of RGB (Red+Green+Blue) = 185+48+177=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B930B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B930B1 is #46CF4E. Grayscale: #676767. Windows color (decimal): -4640591 or 11612345. OLE color: 11612345.

HSL color Cylindrical-coordinate representation of color #B930B1: hue angle of 303.5º 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 #B930B1 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18548177-
CMYK00.740.040.27
HSL303.5º58.8%45.69%-
HSV(B)303.5º74.05%72.55%-
XYZ2915.643.08-
YUV103.67169.39186.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 48 (19.14% from 255) = 11.71%
BLUE value IS 177 (69.53% from 255) = 43.17%
R=45.12%
G=11.71%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854817700.740.040.27303.558.845.69
HexB930B104A41B1303b2e
Octal2716026101124334607356
Binary10111001110000101100010100101010011011100110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B930B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B930B1; }

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

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

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

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

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

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

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

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