#B851C0

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

Shades of Fuchsia #B851C0

Tints of Fuchsia #B851C0

Color information

#B851C0 (or 0xB851C0) is unknown color: approx Fuchsia. HEX triplet: B8, 51 and C0. RGB value is (184,81,192). Sum of RGB (Red+Green+Blue) = 184+81+192=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #B851C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851C0 is #47AE3F. Grayscale: #7C7C7C. Windows color (decimal): -4697664 or 12603832. OLE color: 12603832.

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

Color convert

RGB18481192-
CMYK0.040.5800.25
HSL295.68º46.84%53.53%-
HSV(B)295.68º57.81%75.29%-
XYZ32.2219.8852.01-
YUV124.45166.12170.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=40.26%
G=17.72%
B=42.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184811920.040.5800.25295.6846.8453.53
HexB851C043A0191282f36
Octal2701213004720314505766
Binary10111000101000111000000100111010011001100101000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B851C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B851C0; }

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

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

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

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

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

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

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

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