#BF63C4

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

Shades of Fuchsia #BF63C4

Tints of Fuchsia #BF63C4

Color information

#BF63C4 (or 0xBF63C4) is unknown color: approx Fuchsia. HEX triplet: BF, 63 and C4. RGB value is (191,99,196). Sum of RGB (Red+Green+Blue) = 191+99+196=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63C4 is #409C3B. Grayscale: #898989. Windows color (decimal): -4234300 or 12870591. OLE color: 12870591.

HSL color Cylindrical-coordinate representation of color #BF63C4: hue angle of 296.91º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF63C4 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19199196-
CMYK0.030.4900.23
HSL296.91º45.12%57.84%-
HSV(B)296.91º49.49%76.86%-
XYZ35.9123.9954.96-
YUV137.57160.98166.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 196 (76.95% from 255) = 40.33%
R=39.30%
G=20.37%
B=40.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191991960.030.4900.23296.9145.1257.84
HexBF63C43310171292d3a
Octal2771433043610274515572
Binary1011111111000111100010011110001010111100101001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63C4; }

 p { color: rgb(191,99,196); }

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

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

 a { background-color: rgb(191,99,196); }

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

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

 span { border-color: rgb(191,99,196); }

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