#B641AD

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

Shades of Fuchsia #B641AD

Tints of Fuchsia #B641AD

Color information

#B641AD (or 0xB641AD) is unknown color: approx Fuchsia. HEX triplet: B6, 41 and AD. RGB value is (182,65,173). Sum of RGB (Red+Green+Blue) = 182+65+173=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B641AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B641AD is #49BE52. Grayscale: #6F6F6F. Windows color (decimal): -4832851 or 11354550. OLE color: 11354550.

HSL color Cylindrical-coordinate representation of color #B641AD: hue angle of 304.62º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B641AD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18265173-
CMYK00.640.050.29
HSL304.62º47.37%48.43%-
HSV(B)304.62º64.29%71.37%-
XYZ28.7216.7441.25-
YUV112.3162.26177.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=43.33%
G=15.48%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826517300.640.050.29304.6247.3748.43
HexB641AD04051D1312f30
Octal26610125501005354615760
Binary101101101000001101011010100000010111101100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B641AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B641AD; }

 p { color: rgb(182,65,173); }

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

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

 a { background-color: rgb(182,65,173); }

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

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

 span { border-color: rgb(182,65,173); }

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