#B844B2

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

Shades of Fuchsia #B844B2

Tints of Fuchsia #B844B2

Color information

#B844B2 (or 0xB844B2) is unknown color: approx Fuchsia. HEX triplet: B8, 44 and B2. RGB value is (184,68,178). Sum of RGB (Red+Green+Blue) = 184+68+178=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B844B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B844B2 is #47BB4D. Grayscale: #727272. Windows color (decimal): -4701006 or 11683000. OLE color: 11683000.

HSL color Cylindrical-coordinate representation of color #B844B2: hue angle of 303.1º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B844B2 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18468178-
CMYK00.630.030.28
HSL303.1º46.03%49.41%-
HSV(B)303.1º63.04%72.16%-
XYZ29.8717.5443.93-
YUV115.22163.43177.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 68 (26.95% from 255) = 15.81%
BLUE value IS 178 (69.92% from 255) = 41.40%
R=42.79%
G=15.81%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846817800.630.030.28303.146.0349.41
HexB844B203F31C12f2e31
Octal2701042620773344575661
Binary1011100010001001011001001111111111100100101111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B844B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B844B2; }

 p { color: rgb(184,68,178); }

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

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

 a { background-color: rgb(184,68,178); }

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

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

 span { border-color: rgb(184,68,178); }

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