#B850C0

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

Shades of Fuchsia #B850C0

Tints of Fuchsia #B850C0

Color information

#B850C0 (or 0xB850C0) is unknown color: approx Fuchsia. HEX triplet: B8, 50 and C0. RGB value is (184,80,192). Sum of RGB (Red+Green+Blue) = 184+80+192=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #B850C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850C0 is #47AF3F. Grayscale: #7B7B7B. Windows color (decimal): -4697920 or 12603576. OLE color: 12603576.

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

Color convert

RGB18480192-
CMYK0.040.5800.25
HSL295.71º47.06%53.33%-
HSV(B)295.71º58.33%75.29%-
XYZ32.1519.7351.98-
YUV123.86166.46170.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 80 (31.64% from 255) = 17.54%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=40.35%
G=17.54%
B=42.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184801920.040.5800.25295.7147.0653.33
HexB850C043A0191282f35
Octal2701203004720314505765
Binary10111000101000011000000100111010011001100101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B850C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B850C0; }

 p { color: rgb(184,80,192); }

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

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

 a { background-color: rgb(184,80,192); }

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

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

 span { border-color: rgb(184,80,192); }

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