#B945B1

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

Shades of Fuchsia #B945B1

Tints of Fuchsia #B945B1

Color information

#B945B1 (or 0xB945B1) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and B1. RGB value is (185,69,177). Sum of RGB (Red+Green+Blue) = 185+69+177=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B945B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945B1 is #46BA4E. Grayscale: #737373. Windows color (decimal): -4635215 or 11617721. OLE color: 11617721.

HSL color Cylindrical-coordinate representation of color #B945B1: hue angle of 304.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945B1 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18569177-
CMYK00.630.040.27
HSL304.14º45.67%49.8%-
HSV(B)304.14º62.7%72.55%-
XYZ30.0717.7443.44-
YUV116162.43177.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=42.92%
G=16.01%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856917700.630.040.27304.1445.6749.8
HexB945B103F41B1302e32
Octal2711052610774334605662
Binary10111001100010110110001011111110011011100110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945B1; }

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

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

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

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

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

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

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

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