#BF62BB

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

Shades of Fuchsia #BF62BB

Tints of Fuchsia #BF62BB

Color information

#BF62BB (or 0xBF62BB) is unknown color: approx Fuchsia. HEX triplet: BF, 62 and BB. RGB value is (191,98,187). Sum of RGB (Red+Green+Blue) = 191+98+187=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62BB is #409D44. Grayscale: #878787. Windows color (decimal): -4234565 or 12280511. OLE color: 12280511.

HSL color Cylindrical-coordinate representation of color #BF62BB: hue angle of 302.58º 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 #BF62BB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19198187-
CMYK00.490.020.25
HSL302.58º42.08%56.67%-
HSV(B)302.58º48.69%74.9%-
XYZ34.8223.449.69-
YUV135.95156.81167.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=40.13%
G=20.59%
B=39.29%

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
Decimal1919818700.490.020.25302.5842.0856.67
HexBF62BB03121912f2a39
Octal2771422730612314575271
Binary1011111111000101011101101100011011001100101111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62BB; }

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

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

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

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

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

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

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

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