#B851BE

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

Shades of Fuchsia #B851BE

Tints of Fuchsia #B851BE

Color information

#B851BE (or 0xB851BE) is unknown color: approx Fuchsia. HEX triplet: B8, 51 and BE. RGB value is (184,81,190). Sum of RGB (Red+Green+Blue) = 184+81+190=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #B851BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851BE is #47AE41. Grayscale: #7B7B7B. Windows color (decimal): -4697666 or 12472760. OLE color: 12472760.

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

Color convert

RGB18481190-
CMYK0.030.5700.25
HSL296.7º45.61%53.14%-
HSV(B)296.7º57.37%74.51%-
XYZ3219.7950.85-
YUV124.22165.12170.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=40.44%
G=17.80%
B=41.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184811900.030.5700.25296.745.6153.14
HexB851BE3390191292e35
Octal2701212763710314515665
Binary1011100010100011011111011111001011001100101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B851BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B851BE; }

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

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

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

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

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

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

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

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