#BF3CB1

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

Shades of Fuchsia #BF3CB1

Tints of Fuchsia #BF3CB1

Color information

#BF3CB1 (or 0xBF3CB1) is unknown color: approx Fuchsia. HEX triplet: BF, 3C and B1. RGB value is (191,60,177). Sum of RGB (Red+Green+Blue) = 191+60+177=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3CB1 is #40C34E. Grayscale: #707070. Windows color (decimal): -4244303 or 11615423. OLE color: 11615423.

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

Color convert

RGB19160177-
CMYK00.690.070.25
HSL306.41º52.19%49.22%-
HSV(B)306.41º68.59%74.9%-
XYZ31.0417.4843.33-
YUV112.51164.4183.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=44.63%
G=14.02%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916017700.690.070.25306.4152.1949.22
HexBF3CB10457191323431
Octal2777426101057314626461
Binary10111111111100101100010100010111111001100110010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3CB1; }

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

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

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

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

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

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

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

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