#B850BA

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

Shades of Fuchsia #B850BA

Tints of Fuchsia #B850BA

Color information

#B850BA (or 0xB850BA) is unknown color: approx Fuchsia. HEX triplet: B8, 50 and BA. RGB value is (184,80,186). Sum of RGB (Red+Green+Blue) = 184+80+186=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #B850BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850BA is #47AF45. Grayscale: #7A7A7A. Windows color (decimal): -4697926 or 12210360. OLE color: 12210360.

HSL color Cylindrical-coordinate representation of color #B850BA: hue angle of 298.87º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B850BA is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18480186-
CMYK0.010.5700.27
HSL298.87º43.44%52.16%-
HSV(B)298.87º56.99%72.94%-
XYZ31.519.4748.55-
YUV123.18163.46171.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 80 (31.64% from 255) = 17.78%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=40.89%
G=17.78%
B=41.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184801860.010.5700.27298.8743.4452.16
HexB850BA13901B12b2b34
Octal2701202721710334535364
Binary101110001010000101110101111001011011100101011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B850BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B850BA; }

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

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

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

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

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

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

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

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