#B63ABF

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

Shades of Fuchsia #B63ABF

Tints of Fuchsia #B63ABF

Color information

#B63ABF (or 0xB63ABF) is unknown color: approx Fuchsia. HEX triplet: B6, 3A and BF. RGB value is (182,58,191). Sum of RGB (Red+Green+Blue) = 182+58+191=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #B63ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ABF is #49C540. Grayscale: #6D6D6D. Windows color (decimal): -4834625 or 12532406. OLE color: 12532406.

HSL color Cylindrical-coordinate representation of color #B63ABF: hue angle of 295.94º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63ABF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18258191-
CMYK0.050.7000.25
HSL295.94º53.41%48.82%-
HSV(B)295.94º69.63%74.9%-
XYZ30.2116.7350.93-
YUV110.24173.58179.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 58 (23.05% from 255) = 13.46%
BLUE value IS 191 (75% from 255) = 44.32%
R=42.23%
G=13.46%
B=44.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182581910.050.7000.25295.9453.4148.82
HexB63ABF5460191283531
Octal2667227751060314506561
Binary10110110111010101111111011000110011001100101000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63ABF; }

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

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

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

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

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

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

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

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