#BF42BC

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

Shades of Fuchsia #BF42BC

Tints of Fuchsia #BF42BC

Color information

#BF42BC (or 0xBF42BC) is unknown color: approx Fuchsia. HEX triplet: BF, 42 and BC. RGB value is (191,66,188). Sum of RGB (Red+Green+Blue) = 191+66+188=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42BC is #40BD43. Grayscale: #747474. Windows color (decimal): -4242756 or 12337855. OLE color: 12337855.

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

Color convert

RGB19166188-
CMYK00.650.020.25
HSL301.44º49.41%50.39%-
HSV(B)301.44º65.45%74.9%-
XYZ32.5118.649.45-
YUV117.28167.91180.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 66 (26.17% from 255) = 14.83%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=42.92%
G=14.83%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916618800.650.020.25301.4449.4150.39
HexBF42BC04121912d3132
Octal27710227401012314556162
Binary10111111100001010111100010000011011001100101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF42BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF42BC; }

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

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

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

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

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

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

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

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