#B875BE

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

Shades of Fuchsia #B875BE

Tints of Fuchsia #B875BE

Color information

#B875BE (or 0xB875BE) is unknown color: approx Fuchsia. HEX triplet: B8, 75 and BE. RGB value is (184,117,190). Sum of RGB (Red+Green+Blue) = 184+117+190=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B875BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875BE is #478A41. Grayscale: #919191. Windows color (decimal): -4688450 or 12481976. OLE color: 12481976.

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

Color convert

RGB184117190-
CMYK0.030.3800.25
HSL295.07º35.96%60.2%-
HSV(B)295.07º38.42%74.51%-
XYZ35.4226.6351.99-
YUV145.35153.2155.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=37.47%
G=23.83%
B=38.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841171900.030.3800.25295.0735.9660.2
HexB875BE326019127243c
Octal2701652763460314474474
Binary1011100011101011011111011100110011001100100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875BE; }

 p { color: rgb(184,117,190); }

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

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

 a { background-color: rgb(184,117,190); }

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

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

 span { border-color: rgb(184,117,190); }

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