#B942C1

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

Shades of Fuchsia #B942C1

Tints of Fuchsia #B942C1

Color information

#B942C1 (or 0xB942C1) is unknown color: approx Fuchsia. HEX triplet: B9, 42 and C1. RGB value is (185,66,193). Sum of RGB (Red+Green+Blue) = 185+66+193=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #B942C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942C1 is #46BD3E. Grayscale: #737373. Windows color (decimal): -4635967 or 12665529. OLE color: 12665529.

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

Color convert

RGB18566193-
CMYK0.040.6600.24
HSL296.22º50.6%50.78%-
HSV(B)296.22º65.8%75.69%-
XYZ31.5818.0652.27-
YUV116.06171.42177.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=41.67%
G=14.86%
B=43.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185661930.040.6600.24296.2250.650.78
HexB942C14420181283333
Octal27110230141020304506363
Binary101110011000010110000011001000010011000100101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942C1; }

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

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

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

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

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

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

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

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