#BF37BC

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

Shades of Fuchsia #BF37BC

Tints of Fuchsia #BF37BC

Color information

#BF37BC (or 0xBF37BC) is unknown color: approx Fuchsia. HEX triplet: BF, 37 and BC. RGB value is (191,55,188). Sum of RGB (Red+Green+Blue) = 191+55+188=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF37BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37BC is #40C843. Grayscale: #6E6E6E. Windows color (decimal): -4245572 or 12335039. OLE color: 12335039.

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

Color convert

RGB19155188-
CMYK00.710.020.25
HSL301.32º55.28%48.24%-
HSV(B)301.32º71.2%74.9%-
XYZ31.9317.4449.26-
YUV110.83171.56185.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 55 (21.88% from 255) = 12.67%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=44.01%
G=12.67%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915518800.710.020.25301.3255.2848.24
HexBF37BC04721912d3730
Octal2776727401072314556760
Binary1011111111011110111100010001111011001100101101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF37BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF37BC; }

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

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

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

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

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

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

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

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