#BF62BC

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

Shades of Fuchsia #BF62BC

Tints of Fuchsia #BF62BC

Color information

#BF62BC (or 0xBF62BC) is unknown color: approx Fuchsia. HEX triplet: BF, 62 and BC. RGB value is (191,98,188). Sum of RGB (Red+Green+Blue) = 191+98+188=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62BC is #409D43. Grayscale: #878787. Windows color (decimal): -4234564 or 12346047. OLE color: 12346047.

HSL color Cylindrical-coordinate representation of color #BF62BC: hue angle of 301.94º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF62BC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19198188-
CMYK00.490.020.25
HSL301.94º42.08%56.67%-
HSV(B)301.94º48.69%74.9%-
XYZ34.9323.4450.26-
YUV136.07157.31167.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=40.04%
G=20.55%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919818800.490.020.25301.9442.0856.67
HexBF62BC03121912e2a39
Octal2771422740612314565271
Binary1011111111000101011110001100011011001100101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62BC; }

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

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

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

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

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

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

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

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