#B643C2

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

Shades of Fuchsia #B643C2

Tints of Fuchsia #B643C2

Color information

#B643C2 (or 0xB643C2) is unknown color: approx Fuchsia. HEX triplet: B6, 43 and C2. RGB value is (182,67,194). Sum of RGB (Red+Green+Blue) = 182+67+194=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #B643C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643C2 is #49BC3D. Grayscale: #737373. Windows color (decimal): -4832318 or 12731318. OLE color: 12731318.

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

Color convert

RGB18267194-
CMYK0.060.6500.24
HSL294.33º51%51.18%-
HSV(B)294.33º65.46%76.08%-
XYZ31.0417.8552.85-
YUV115.86172.1175.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 194 (76.17% from 255) = 43.79%
R=41.08%
G=15.12%
B=43.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182671940.060.6500.24294.335151.18
HexB643C26410181263333
Octal26610330261010304466363
Binary101101101000011110000101101000001011000100100110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B643C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B643C2; }

 p { color: rgb(182,67,194); }

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

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

 a { background-color: rgb(182,67,194); }

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

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

 span { border-color: rgb(182,67,194); }

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