#b941bc

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

Shades of Fuchsia #B941BC

Tints of Fuchsia #B941BC

Color information

#B941BC (or 0xB941BC) is unknown color: approx Fuchsia. HEX triplet: B9, 41 and BC. RGB value is (185,65,188). Sum of RGB (Red+Green+Blue) = 185+65+188=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #B941BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941BC is #46BE43. Grayscale: #727272. Windows color (decimal): -4636228 or 12337593. OLE color: 12337593.

HSL color Cylindrical-coordinate representation of color #B941BC: hue angle of 298.54º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B941BC is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18565188-
CMYK0.020.6500.26
HSL298.54º48.62%49.61%-
HSV(B)298.54º65.43%73.73%-
XYZ30.9717.7349.37-
YUV114.9169.26178-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 65 (25.78% from 255) = 14.84%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=42.24%
G=14.84%
B=42.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185651880.020.6500.26298.5448.6249.61
HexB941BC24101A12b3132
Octal27110127421010324536162
Binary10111001100000110111100101000001011010100101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b941bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b941bc; }

 p { color: rgb(185,65,188); }

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

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

 a { background-color: rgb(185,65,188); }

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

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

 span { border-color: rgb(185,65,188); }

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