#B945C1

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

Shades of Fuchsia #B945C1

Tints of Fuchsia #B945C1

Color information

#B945C1 (or 0xB945C1) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and C1. RGB value is (185,69,193). Sum of RGB (Red+Green+Blue) = 185+69+193=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #B945C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945C1 is #46BA3E. Grayscale: #757575. Windows color (decimal): -4635199 or 12666297. OLE color: 12666297.

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

Color convert

RGB18569193-
CMYK0.040.6400.24
HSL296.13º50%51.37%-
HSV(B)296.13º64.25%75.69%-
XYZ31.7618.4252.33-
YUV117.82170.43175.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=41.39%
G=15.44%
B=43.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185691930.040.6400.24296.135051.37
HexB945C14400181283233
Octal27110530141000304506263
Binary101110011000101110000011001000000011000100101000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945C1; }

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

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

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

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

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

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

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

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