#B643B0

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

Shades of Fuchsia #B643B0

Tints of Fuchsia #B643B0

Color information

#B643B0 (or 0xB643B0) is unknown color: approx Fuchsia. HEX triplet: B6, 43 and B0. RGB value is (182,67,176). Sum of RGB (Red+Green+Blue) = 182+67+176=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B643B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B643B0 is #49BC4F. Grayscale: #717171. Windows color (decimal): -4832336 or 11551670. OLE color: 11551670.

HSL color Cylindrical-coordinate representation of color #B643B0: hue angle of 303.13º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B643B0 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18267176-
CMYK00.630.030.29
HSL303.13º46.18%48.82%-
HSV(B)303.13º63.19%71.37%-
XYZ29.1417.0942.84-
YUV113.81163.1176.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 67 (26.56% from 255) = 15.76%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=42.82%
G=15.76%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826717600.630.030.29303.1346.1848.82
HexB643B003F31D12f2e31
Octal2661032600773354575661
Binary1011011010000111011000001111111111101100101111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B643B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B643B0; }

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

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

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

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

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

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

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

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