#B63AB2

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

Shades of Fuchsia #B63AB2

Tints of Fuchsia #B63AB2

Color information

#B63AB2 (or 0xB63AB2) is unknown color: approx Fuchsia. HEX triplet: B6, 3A and B2. RGB value is (182,58,178). Sum of RGB (Red+Green+Blue) = 182+58+178=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AB2 is #49C54D. Grayscale: #6C6C6C. Windows color (decimal): -4834638 or 11680438. OLE color: 11680438.

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

Color convert

RGB18258178-
CMYK00.680.020.29
HSL301.94º51.67%47.06%-
HSV(B)301.94º68.13%71.37%-
XYZ28.8416.1943.72-
YUV108.76167.08180.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 58 (23.05% from 255) = 13.88%
BLUE value IS 178 (69.92% from 255) = 42.58%
R=43.54%
G=13.88%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825817800.680.020.29301.9451.6747.06
HexB63AB204421D12e342f
Octal2667226201042354566457
Binary1011011011101010110010010001001011101100101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63AB2; }

 p { color: rgb(182,58,178); }

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

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

 a { background-color: rgb(182,58,178); }

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

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

 span { border-color: rgb(182,58,178); }

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