#B849BD

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

Shades of Fuchsia #B849BD

Tints of Fuchsia #B849BD

Color information

#B849BD (or 0xB849BD) is unknown color: approx Fuchsia. HEX triplet: B8, 49 and BD. RGB value is (184,73,189). Sum of RGB (Red+Green+Blue) = 184+73+189=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #B849BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849BD is #47B642. Grayscale: #777777. Windows color (decimal): -4699715 or 12405176. OLE color: 12405176.

HSL color Cylindrical-coordinate representation of color #B849BD: hue angle of 297.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B849BD is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18473189-
CMYK0.030.6100.26
HSL297.41º46.77%51.37%-
HSV(B)297.41º61.38%74.12%-
XYZ31.3418.6350.09-
YUV119.41167.27174.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 73 (28.91% from 255) = 16.37%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=41.26%
G=16.37%
B=42.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184731890.030.6100.26297.4146.7751.37
HexB849BD33D01A1292f33
Octal2701112753750324515763
Binary1011100010010011011110111111101011010100101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B849BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B849BD; }

 p { color: rgb(184,73,189); }

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

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

 a { background-color: rgb(184,73,189); }

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

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

 span { border-color: rgb(184,73,189); }

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