#B743C0

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

Shades of Fuchsia #B743C0

Tints of Fuchsia #B743C0

Color information

#B743C0 (or 0xB743C0) is unknown color: approx Fuchsia. HEX triplet: B7, 43 and C0. RGB value is (183,67,192). Sum of RGB (Red+Green+Blue) = 183+67+192=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #B743C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B743C0 is #48BC3F. Grayscale: #737373. Windows color (decimal): -4766784 or 12600247. OLE color: 12600247.

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

Color convert

RGB18367192-
CMYK0.050.6500.25
HSL295.68º49.8%50.78%-
HSV(B)295.68º65.1%75.29%-
XYZ31.0517.8951.69-
YUV115.93170.93175.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 67 (26.56% from 255) = 15.16%
BLUE value IS 192 (75.39% from 255) = 43.44%
R=41.40%
G=15.16%
B=43.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183671920.050.6500.25295.6849.850.78
HexB743C05410191283233
Octal26710330051010314506263
Binary101101111000011110000001011000001011001100101000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B743C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B743C0; }

 p { color: rgb(183,67,192); }

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

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

 a { background-color: rgb(183,67,192); }

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

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

 span { border-color: rgb(183,67,192); }

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