#B945BB

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

Shades of Fuchsia #B945BB

Tints of Fuchsia #B945BB

Color information

#B945BB (or 0xB945BB) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and BB. RGB value is (185,69,187). Sum of RGB (Red+Green+Blue) = 185+69+187=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #B945BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945BB is #46BA44. Grayscale: #747474. Windows color (decimal): -4635205 or 12273081. OLE color: 12273081.

HSL color Cylindrical-coordinate representation of color #B945BB: hue angle of 298.98º 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 #B945BB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18569187-
CMYK0.010.6300.27
HSL298.98º46.46%50.2%-
HSV(B)298.98º63.1%73.33%-
XYZ31.1118.1648.88-
YUV117.14167.43176.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=41.95%
G=15.65%
B=42.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185691870.010.6300.27298.9846.4650.2
HexB945BB13F01B12b2e32
Octal2711052731770334535662
Binary101110011000101101110111111111011011100101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945BB; }

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

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

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

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

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

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

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

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