#B930BE

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

Shades of Fuchsia #B930BE

Tints of Fuchsia #B930BE

Color information

#B930BE (or 0xB930BE) is unknown color: approx Fuchsia. HEX triplet: B9, 30 and BE. RGB value is (185,48,190). Sum of RGB (Red+Green+Blue) = 185+48+190=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #B930BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930BE is #46CF41. Grayscale: #686868. Windows color (decimal): -4640578 or 12464313. OLE color: 12464313.

HSL color Cylindrical-coordinate representation of color #B930BE: hue angle of 297.89º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B930BE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18548190-
CMYK0.030.7500.25
HSL297.89º59.66%46.67%-
HSV(B)297.89º74.74%74.51%-
XYZ30.3616.1550.23-
YUV105.15175.89184.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 48 (19.14% from 255) = 11.35%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=43.74%
G=11.35%
B=44.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185481900.030.7500.25297.8959.6646.67
HexB930BE34B01912a3c2f
Octal2716027631130314527457
Binary1011100111000010111110111001011011001100101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B930BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B930BE; }

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

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

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

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

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

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

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

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