#B945C6

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

Shades of Fuchsia #B945C6

Tints of Fuchsia #B945C6

Color information

#B945C6 (or 0xB945C6) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and C6. RGB value is (185,69,198). Sum of RGB (Red+Green+Blue) = 185+69+198=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #B945C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945C6 is #46BA39. Grayscale: #757575. Windows color (decimal): -4635194 or 12993977. OLE color: 12993977.

HSL color Cylindrical-coordinate representation of color #B945C6: hue angle of 293.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B945C6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18569198-
CMYK0.070.6500.22
HSL293.95º53.09%52.35%-
HSV(B)293.95º65.15%77.65%-
XYZ32.3318.6555.32-
YUV118.39172.93175.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 69 (27.34% from 255) = 15.27%
BLUE value IS 198 (77.73% from 255) = 43.81%
R=40.93%
G=15.27%
B=43.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185691980.070.6500.22293.9553.0952.35
HexB945C67410161263534
Octal27110530671010264466564
Binary101110011000101110001101111000001010110100100110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945C6; }

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

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

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

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

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

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

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

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