#BF62C5

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

Shades of Fuchsia #BF62C5

Tints of Fuchsia #BF62C5

Color information

#BF62C5 (or 0xBF62C5) is unknown color: approx Fuchsia. HEX triplet: BF, 62 and C5. RGB value is (191,98,197). Sum of RGB (Red+Green+Blue) = 191+98+197=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62C5 is #409D3A. Grayscale: #888888. Windows color (decimal): -4234555 or 12935871. OLE color: 12935871.

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

Color convert

RGB19198197-
CMYK0.030.5000.23
HSL296.36º46.05%57.84%-
HSV(B)296.36º50.25%77.25%-
XYZ35.9323.8455.53-
YUV137.09161.81166.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 197 (77.34% from 255) = 40.53%
R=39.30%
G=20.16%
B=40.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191981970.030.5000.23296.3646.0557.84
HexBF62C53320171282e3a
Octal2771423053620274505672
Binary1011111111000101100010111110010010111100101000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62C5; }

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

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

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

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

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

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

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

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