#B845B1

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

Shades of Fuchsia #B845B1

Tints of Fuchsia #B845B1

Color information

#B845B1 (or 0xB845B1) is unknown color: approx Fuchsia. HEX triplet: B8, 45 and B1. RGB value is (184,69,177). Sum of RGB (Red+Green+Blue) = 184+69+177=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B845B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845B1 is #47BA4E. Grayscale: #737373. Windows color (decimal): -4700751 or 11617720. OLE color: 11617720.

HSL color Cylindrical-coordinate representation of color #B845B1: hue angle of 303.65º 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 #B845B1 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18469177-
CMYK00.620.040.28
HSL303.65º45.45%49.61%-
HSV(B)303.65º62.5%72.16%-
XYZ29.8317.6243.42-
YUV115.7162.6176.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=42.79%
G=16.05%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846917700.620.040.28303.6545.4549.61
HexB845B103E41C1302d32
Octal2701052610764344605562
Binary10111000100010110110001011111010011100100110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B845B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B845B1; }

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

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

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

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

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

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

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

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