#B870C0

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

Shades of Fuchsia #B870C0

Tints of Fuchsia #B870C0

Color information

#B870C0 (or 0xB870C0) is unknown color: approx Fuchsia. HEX triplet: B8, 70 and C0. RGB value is (184,112,192). Sum of RGB (Red+Green+Blue) = 184+112+192=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #B870C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870C0 is #478F3F. Grayscale: #8E8E8E. Windows color (decimal): -4689728 or 12611768. OLE color: 12611768.

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

Color convert

RGB184112192-
CMYK0.040.4200.25
HSL294º38.83%59.61%-
HSV(B)294º41.67%75.29%-
XYZ35.0825.5852.96-
YUV142.65155.85157.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 112 (44.14% from 255) = 22.95%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=37.70%
G=22.95%
B=39.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841121920.040.4200.2529438.8359.61
HexB870C042A019126273c
Octal2701603004520314464774
Binary10111000111000011000000100101010011001100100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870C0; }

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

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

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

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

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

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

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

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