#B945C3

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

Shades of Fuchsia #B945C3

Tints of Fuchsia #B945C3

Color information

#B945C3 (or 0xB945C3) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and C3. RGB value is (185,69,195). Sum of RGB (Red+Green+Blue) = 185+69+195=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #B945C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945C3 is #46BA3C. Grayscale: #757575. Windows color (decimal): -4635197 or 12797369. OLE color: 12797369.

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

Color convert

RGB18569195-
CMYK0.050.6500.24
HSL295.24º51.22%51.76%-
HSV(B)295.24º64.62%76.47%-
XYZ31.9918.5153.52-
YUV118.05171.43175.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 69 (27.34% from 255) = 15.37%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=41.20%
G=15.37%
B=43.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185691950.050.6500.24295.2451.2251.76
HexB945C35410181273334
Octal27110530351010304476364
Binary101110011000101110000111011000001011000100100111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945C3; }

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

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

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

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

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

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

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

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