#B845BF

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

Shades of Fuchsia #B845BF

Tints of Fuchsia #B845BF

Color information

#B845BF (or 0xB845BF) is unknown color: approx Fuchsia. HEX triplet: B8, 45 and BF. RGB value is (184,69,191). Sum of RGB (Red+Green+Blue) = 184+69+191=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #B845BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845BF is #47BA40. Grayscale: #747474. Windows color (decimal): -4700737 or 12535224. OLE color: 12535224.

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

Color convert

RGB18469191-
CMYK0.040.6400.25
HSL296.56º48.8%50.98%-
HSV(B)296.56º63.87%74.9%-
XYZ31.318.2151.16-
YUV117.29169.6175.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 191 (75% from 255) = 43.02%
R=41.44%
G=15.54%
B=43.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184691910.040.6400.25296.5648.850.98
HexB845BF4400191293133
Octal27010527741000314516163
Binary101110001000101101111111001000000011001100101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845BF; }

 p { color: rgb(184,69,191); }

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

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

 a { background-color: rgb(184,69,191); }

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

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

 span { border-color: rgb(184,69,191); }

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