#B94DC1

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

Shades of Fuchsia #B94DC1

Tints of Fuchsia #B94DC1

Color information

#B94DC1 (or 0xB94DC1) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and C1. RGB value is (185,77,193). Sum of RGB (Red+Green+Blue) = 185+77+193=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #B94DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DC1 is #46B23E. Grayscale: #7A7A7A. Windows color (decimal): -4633151 or 12668345. OLE color: 12668345.

HSL color Cylindrical-coordinate representation of color #B94DC1: hue angle of 295.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94DC1 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18577193-
CMYK0.040.6000.24
HSL295.86º48.33%52.94%-
HSV(B)295.86º60.1%75.69%-
XYZ32.2919.4752.51-
YUV122.52167.78172.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=40.66%
G=16.92%
B=42.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185771930.040.6000.24295.8648.3352.94
HexB94DC143C0181283035
Octal2711153014740304506065
Binary10111001100110111000001100111100011000100101000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DC1; }

 p { color: rgb(185,77,193); }

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

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

 a { background-color: rgb(185,77,193); }

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

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

 span { border-color: rgb(185,77,193); }

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