#B930B2

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

Shades of Fuchsia #B930B2

Tints of Fuchsia #B930B2

Color information

#B930B2 (or 0xB930B2) is unknown color: approx Fuchsia. HEX triplet: B9, 30 and B2. RGB value is (185,48,178). Sum of RGB (Red+Green+Blue) = 185+48+178=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B930B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B930B2 is #46CF4D. Grayscale: #676767. Windows color (decimal): -4640590 or 11677881. OLE color: 11677881.

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

Color convert

RGB18548178-
CMYK00.740.040.27
HSL303.07º58.8%45.69%-
HSV(B)303.07º74.05%72.55%-
XYZ29.115.6443.61-
YUV103.78169.89185.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 48 (19.14% from 255) = 11.68%
BLUE value IS 178 (69.92% from 255) = 43.31%
R=45.01%
G=11.68%
B=43.31%

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
Decimal1854817800.740.040.27303.0758.845.69
HexB930B204A41B12f3b2e
Octal2716026201124334577356
Binary10111001110000101100100100101010011011100101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B930B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B930B2; }

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

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

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

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

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

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

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

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