#B944BB

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

Shades of Fuchsia #B944BB

Tints of Fuchsia #B944BB

Color information

#B944BB (or 0xB944BB) is unknown color: approx Fuchsia. HEX triplet: B9, 44 and BB. RGB value is (185,68,187). Sum of RGB (Red+Green+Blue) = 185+68+187=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B944BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944BB is #46BB44. Grayscale: #747474. Windows color (decimal): -4635461 or 12272825. OLE color: 12272825.

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

Color convert

RGB18568187-
CMYK0.010.6400.27
HSL298.99º46.67%50%-
HSV(B)298.99º63.64%73.33%-
XYZ31.0418.0448.86-
YUV116.55167.76176.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=42.05%
G=15.45%
B=42.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185681870.010.6400.27298.9946.6750
HexB944BB14001B12b2f32
Octal27110427311000334535762
Binary1011100110001001011101111000000011011100101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B944BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B944BB; }

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

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

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

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

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

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

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

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