#B63FC4

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

Shades of Fuchsia #B63FC4

Tints of Fuchsia #B63FC4

Color information

#B63FC4 (or 0xB63FC4) is unknown color: approx Fuchsia. HEX triplet: B6, 3F and C4. RGB value is (182,63,196). Sum of RGB (Red+Green+Blue) = 182+63+196=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #B63FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FC4 is #49C03B. Grayscale: #717171. Windows color (decimal): -4833340 or 12861366. OLE color: 12861366.

HSL color Cylindrical-coordinate representation of color #B63FC4: hue angle of 293.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63FC4 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18263196-
CMYK0.070.6800.23
HSL293.68º52.99%50.78%-
HSV(B)293.68º67.86%76.86%-
XYZ31.0317.4953.96-
YUV113.74174.42176.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 63 (25% from 255) = 14.29%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=41.27%
G=14.29%
B=44.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182631960.070.6800.23293.6852.9950.78
HexB63FC47440171263533
Octal2667730471040274466563
Binary10110110111111110001001111000100010111100100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FC4; }

 p { color: rgb(182,63,196); }

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

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

 a { background-color: rgb(182,63,196); }

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

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

 span { border-color: rgb(182,63,196); }

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