#B853C0

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

Shades of Fuchsia #B853C0

Tints of Fuchsia #B853C0

Color information

#B853C0 (or 0xB853C0) is unknown color: approx Fuchsia. HEX triplet: B8, 53 and C0. RGB value is (184,83,192). Sum of RGB (Red+Green+Blue) = 184+83+192=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #B853C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853C0 is #47AC3F. Grayscale: #7D7D7D. Windows color (decimal): -4697152 or 12604344. OLE color: 12604344.

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

Color convert

RGB18483192-
CMYK0.040.5700.25
HSL295.6º46.38%53.92%-
HSV(B)295.6º56.77%75.29%-
XYZ32.3720.1852.06-
YUV125.62165.46169.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 83 (32.81% from 255) = 18.08%
BLUE value IS 192 (75.39% from 255) = 41.83%
R=40.09%
G=18.08%
B=41.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184831920.040.5700.25295.646.3853.92
HexB853C04390191282e36
Octal2701233004710314505666
Binary10111000101001111000000100111001011001100101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B853C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B853C0; }

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

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

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

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

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

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

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

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