#B845B6

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

Shades of Fuchsia #B845B6

Tints of Fuchsia #B845B6

Color information

#B845B6 (or 0xB845B6) is unknown color: approx Fuchsia. HEX triplet: B8, 45 and B6. RGB value is (184,69,182). Sum of RGB (Red+Green+Blue) = 184+69+182=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B845B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845B6 is #47BA49. Grayscale: #737373. Windows color (decimal): -4700746 or 11945400. OLE color: 11945400.

HSL color Cylindrical-coordinate representation of color #B845B6: hue angle of 301.04º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B845B6 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18469182-
CMYK00.620.010.28
HSL301.04º45.45%49.61%-
HSV(B)301.04º62.5%72.16%-
XYZ30.3417.8246.1-
YUV116.27165.1176.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=42.30%
G=15.86%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846918200.620.010.28301.0445.4549.61
HexB845B603E11C12d2d32
Octal2701052660761344555562
Binary101110001000101101101100111110111100100101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845B6; }

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

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

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

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

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

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

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

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