#BF3CB6

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

Shades of Fuchsia #BF3CB6

Tints of Fuchsia #BF3CB6

Color information

#BF3CB6 (or 0xBF3CB6) is unknown color: approx Fuchsia. HEX triplet: BF, 3C and B6. RGB value is (191,60,182). Sum of RGB (Red+Green+Blue) = 191+60+182=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CB6 is #40C349. Grayscale: #707070. Windows color (decimal): -4244298 or 11943103. OLE color: 11943103.

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

Color convert

RGB19160182-
CMYK00.690.050.25
HSL304.12º52.19%49.22%-
HSV(B)304.12º68.59%74.9%-
XYZ31.5517.6946.01-
YUV113.08166.9183.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 60 (23.83% from 255) = 13.86%
BLUE value IS 182 (71.48% from 255) = 42.03%
R=44.11%
G=13.86%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916018200.690.050.25304.1252.1949.22
HexBF3CB60455191303431
Octal2777426601055314606461
Binary10111111111100101101100100010110111001100110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3CB6; }

 p { color: rgb(191,60,182); }

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

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

 a { background-color: rgb(191,60,182); }

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

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

 span { border-color: rgb(191,60,182); }

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