#BF3CB8

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

Shades of Fuchsia #BF3CB8

Tints of Fuchsia #BF3CB8

Color information

#BF3CB8 (or 0xBF3CB8) is unknown color: approx Fuchsia. HEX triplet: BF, 3C and B8. RGB value is (191,60,184). Sum of RGB (Red+Green+Blue) = 191+60+184=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CB8 is #40C347. Grayscale: #707070. Windows color (decimal): -4244296 or 12074175. OLE color: 12074175.

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

Color convert

RGB19160184-
CMYK00.690.040.25
HSL303.21º52.19%49.22%-
HSV(B)303.21º68.59%74.9%-
XYZ31.7517.7747.1-
YUV113.3167.9183.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 60 (23.83% from 255) = 13.79%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=43.91%
G=13.79%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916018400.690.040.25303.2152.1949.22
HexBF3CB804541912f3431
Octal2777427001054314576461
Binary10111111111100101110000100010110011001100101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3CB8; }

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

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

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

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

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

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

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

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