#B638AD

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

Shades of Fuchsia #B638AD

Tints of Fuchsia #B638AD

Color information

#B638AD (or 0xB638AD) is unknown color: approx Fuchsia. HEX triplet: B6, 38 and AD. RGB value is (182,56,173). Sum of RGB (Red+Green+Blue) = 182+56+173=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B638AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B638AD is #49C752. Grayscale: #6A6A6A. Windows color (decimal): -4835155 or 11352246. OLE color: 11352246.

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

Color convert

RGB18256173-
CMYK00.690.050.29
HSL304.29º52.94%46.67%-
HSV(B)304.29º69.23%71.37%-
XYZ28.2515.7941.09-
YUV107.01165.24181.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 56 (22.27% from 255) = 13.63%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=44.28%
G=13.63%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825617300.690.050.29304.2952.9446.67
HexB638AD04551D130352f
Octal2667025501055354606557
Binary10110110111000101011010100010110111101100110000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B638AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B638AD; }

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

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

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

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

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

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

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

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