#b84fbe

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

Shades of Fuchsia #B84FBE

Tints of Fuchsia #B84FBE

Color information

#B84FBE (or 0xB84FBE) is unknown color: approx Fuchsia. HEX triplet: B8, 4F and BE. RGB value is (184,79,190). Sum of RGB (Red+Green+Blue) = 184+79+190=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #B84FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FBE is #47B041. Grayscale: #7A7A7A. Windows color (decimal): -4698178 or 12472248. OLE color: 12472248.

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

Color convert

RGB18479190-
CMYK0.030.5800.25
HSL296.76º46.06%52.75%-
HSV(B)296.76º58.42%74.51%-
XYZ31.8619.550.8-
YUV123.05165.79171.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 79 (31.25% from 255) = 17.44%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=40.62%
G=17.44%
B=41.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184791900.030.5800.25296.7646.0652.75
HexB84FBE33A0191292e35
Octal2701172763720314515665
Binary1011100010011111011111011111010011001100101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84fbe; }

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

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

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

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

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

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

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

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