#B945BF

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

Shades of Fuchsia #B945BF

Tints of Fuchsia #B945BF

Color information

#B945BF (or 0xB945BF) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and BF. RGB value is (185,69,191). Sum of RGB (Red+Green+Blue) = 185+69+191=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #B945BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945BF is #46BA40. Grayscale: #757575. Windows color (decimal): -4635201 or 12535225. OLE color: 12535225.

HSL color Cylindrical-coordinate representation of color #B945BF: hue angle of 297.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B945BF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18569191-
CMYK0.030.6400.25
HSL297.05º48.8%50.98%-
HSV(B)297.05º63.87%74.9%-
XYZ31.5418.3351.17-
YUV117.59169.43176.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 69 (27.34% from 255) = 15.51%
BLUE value IS 191 (75% from 255) = 42.92%
R=41.57%
G=15.51%
B=42.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185691910.030.6400.25297.0548.850.98
HexB945BF3400191293133
Octal27110527731000314516163
Binary10111001100010110111111111000000011001100101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945BF; }

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

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

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

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

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

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

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

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