#B870B1

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

Shades of Fuchsia #B870B1

Tints of Fuchsia #B870B1

Color information

#B870B1 (or 0xB870B1) is unknown color: approx Fuchsia. HEX triplet: B8, 70 and B1. RGB value is (184,112,177). Sum of RGB (Red+Green+Blue) = 184+112+177=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B870B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B870B1 is #478F4E. Grayscale: #8C8C8C. Windows color (decimal): -4689743 or 11628728. OLE color: 11628728.

HSL color Cylindrical-coordinate representation of color #B870B1: hue angle of 305.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B870B1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB184112177-
CMYK00.390.040.28
HSL305.83º33.64%58.04%-
HSV(B)305.83º39.13%72.16%-
XYZ33.524.9544.65-
YUV140.94148.35158.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=38.90%
G=23.68%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411217700.390.040.28305.8333.6458.04
HexB870B102741C132223a
Octal2701602610474344624272
Binary10111000111000010110001010011110011100100110010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870B1; }

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

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

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

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

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

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

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

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