#B870BF

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

Shades of Fuchsia #B870BF

Tints of Fuchsia #B870BF

Color information

#B870BF (or 0xB870BF) is unknown color: approx Fuchsia. HEX triplet: B8, 70 and BF. RGB value is (184,112,191). Sum of RGB (Red+Green+Blue) = 184+112+191=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B870BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870BF is #478F40. Grayscale: #8E8E8E. Windows color (decimal): -4689729 or 12546232. OLE color: 12546232.

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

Color convert

RGB184112191-
CMYK0.040.4100.25
HSL294.68º38.16%59.41%-
HSV(B)294.68º41.36%74.9%-
XYZ34.9725.5452.38-
YUV142.53155.35157.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 191 (75% from 255) = 39.22%
R=37.78%
G=23.00%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841121910.040.4100.25294.6838.1659.41
HexB870BF429019127263b
Octal2701602774510314474673
Binary10111000111000010111111100101001011001100100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870BF; }

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

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

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

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

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

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

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

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