#b945c7

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

Shades of Fuchsia #B945C7

Tints of Fuchsia #B945C7

Color information

#B945C7 (or 0xB945C7) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and C7. RGB value is (185,69,199). Sum of RGB (Red+Green+Blue) = 185+69+199=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #B945C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945C7 is #46BA38. Grayscale: #767676. Windows color (decimal): -4635193 or 13059513. OLE color: 13059513.

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

Color convert

RGB18569199-
CMYK0.070.6500.22
HSL293.54º53.72%52.55%-
HSV(B)293.54º65.33%78.04%-
XYZ32.4418.6955.93-
YUV118.5173.43175.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 199 (78.12% from 255) = 43.93%
R=40.84%
G=15.23%
B=43.93%

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
Decimal185691990.070.6500.22293.5453.7252.55
HexB945C77410161263635
Octal27110530771010264466665
Binary101110011000101110001111111000001010110100100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b945c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b945c7; }

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

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

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

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

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

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

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

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