#B873BD

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

Shades of Fuchsia #B873BD

Tints of Fuchsia #B873BD

Color information

#B873BD (or 0xB873BD) is unknown color: approx Fuchsia. HEX triplet: B8, 73 and BD. RGB value is (184,115,189). Sum of RGB (Red+Green+Blue) = 184+115+189=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B873BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873BD is #478C42. Grayscale: #8F8F8F. Windows color (decimal): -4688963 or 12415928. OLE color: 12415928.

HSL color Cylindrical-coordinate representation of color #B873BD: hue angle of 295.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B873BD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184115189-
CMYK0.030.3900.26
HSL295.95º35.92%59.61%-
HSV(B)295.95º39.15%74.12%-
XYZ35.0826.1351.34-
YUV144.07153.36156.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 115 (45.31% from 255) = 23.57%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=37.70%
G=23.57%
B=38.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841151890.030.3900.26295.9535.9259.61
HexB873BD32701A128243c
Octal2701632753470324504474
Binary1011100011100111011110111100111011010100101000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873BD; }

 p { color: rgb(184,115,189); }

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

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

 a { background-color: rgb(184,115,189); }

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

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

 span { border-color: rgb(184,115,189); }

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