#B853BA

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

Shades of Fuchsia #B853BA

Tints of Fuchsia #B853BA

Color information

#B853BA (or 0xB853BA) is unknown color: approx Fuchsia. HEX triplet: B8, 53 and BA. RGB value is (184,83,186). Sum of RGB (Red+Green+Blue) = 184+83+186=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B853BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853BA is #47AC45. Grayscale: #7C7C7C. Windows color (decimal): -4697158 or 12211128. OLE color: 12211128.

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

Color convert

RGB18483186-
CMYK0.010.5500.27
HSL298.83º42.74%52.75%-
HSV(B)298.83º55.38%72.94%-
XYZ31.7219.9248.63-
YUV124.94162.46170.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=40.62%
G=18.32%
B=41.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184831860.010.5500.27298.8342.7452.75
HexB853BA13701B12b2b35
Octal2701232721670334535365
Binary101110001010011101110101110111011011100101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B853BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B853BA; }

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

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

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

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

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

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

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

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