#B837B4

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

Shades of Fuchsia #B837B4

Tints of Fuchsia #B837B4

Color information

#B837B4 (or 0xB837B4) is unknown color: approx Fuchsia. HEX triplet: B8, 37 and B4. RGB value is (184,55,180). Sum of RGB (Red+Green+Blue) = 184+55+180=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B837B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B837B4 is #47C84B. Grayscale: #6B6B6B. Windows color (decimal): -4704332 or 11810744. OLE color: 11810744.

HSL color Cylindrical-coordinate representation of color #B837B4: hue angle of 301.86º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B837B4 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18455180-
CMYK00.700.020.28
HSL301.86º53.97%46.86%-
HSV(B)301.86º70.11%72.16%-
XYZ29.3716.2244.76-
YUV107.82168.74182.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 55 (21.88% from 255) = 13.13%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=43.91%
G=13.13%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845518000.700.020.28301.8653.9746.86
HexB837B404621C12e362f
Octal2706726401062344566657
Binary1011100011011110110100010001101011100100101110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B837B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B837B4; }

 p { color: rgb(184,55,180); }

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

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

 a { background-color: rgb(184,55,180); }

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

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

 span { border-color: rgb(184,55,180); }

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