#BF62C9

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

Shades of Fuchsia #BF62C9

Tints of Fuchsia #BF62C9

Color information

#BF62C9 (or 0xBF62C9) is unknown color: approx Fuchsia. HEX triplet: BF, 62 and C9. RGB value is (191,98,201). Sum of RGB (Red+Green+Blue) = 191+98+201=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62C9 is #409D36. Grayscale: #898989. Windows color (decimal): -4234551 or 13198015. OLE color: 13198015.

HSL color Cylindrical-coordinate representation of color #BF62C9: hue angle of 294.17º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF62C9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19198201-
CMYK0.050.5100.21
HSL294.17º48.82%58.63%-
HSV(B)294.17º51.24%78.82%-
XYZ36.424.0357.98-
YUV137.55163.81166.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 98 (38.67% from 255) = 20%
BLUE value IS 201 (78.91% from 255) = 41.02%
R=38.98%
G=20%
B=41.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191982010.050.5100.21294.1748.8258.63
HexBF62C9533015126313b
Octal2771423115630254466173
Binary10111111110001011001001101110011010101100100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62C9; }

 p { color: rgb(191,98,201); }

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

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

 a { background-color: rgb(191,98,201); }

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

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

 span { border-color: rgb(191,98,201); }

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