#B63AC1

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

Shades of Fuchsia #B63AC1

Tints of Fuchsia #B63AC1

Color information

#B63AC1 (or 0xB63AC1) is unknown color: approx Fuchsia. HEX triplet: B6, 3A and C1. RGB value is (182,58,193). Sum of RGB (Red+Green+Blue) = 182+58+193=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #B63AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63AC1 is #49C53E. Grayscale: #6E6E6E. Windows color (decimal): -4834623 or 12663478. OLE color: 12663478.

HSL color Cylindrical-coordinate representation of color #B63AC1: hue angle of 295.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63AC1 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18258193-
CMYK0.060.7000.24
HSL295.11º53.78%49.22%-
HSV(B)295.11º69.95%75.69%-
XYZ30.4316.8252.1-
YUV110.47174.58179.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 58 (23.05% from 255) = 13.39%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=42.03%
G=13.39%
B=44.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182581930.060.7000.24295.1153.7849.22
HexB63AC16460181273631
Octal2667230161060304476661
Binary10110110111010110000011101000110011000100100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63AC1; }

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

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

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

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

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

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

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

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