#BF3CB0

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

Shades of Fuchsia #BF3CB0

Tints of Fuchsia #BF3CB0

Color information

#BF3CB0 (or 0xBF3CB0) is unknown color: approx Fuchsia. HEX triplet: BF, 3C and B0. RGB value is (191,60,176). Sum of RGB (Red+Green+Blue) = 191+60+176=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3CB0 is #40C34F. Grayscale: #707070. Windows color (decimal): -4244304 or 11549887. OLE color: 11549887.

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

Color convert

RGB19160176-
CMYK00.690.080.25
HSL306.87º52.19%49.22%-
HSV(B)306.87º68.59%74.9%-
XYZ30.9417.4442.81-
YUV112.39163.9184.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=44.73%
G=14.05%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916017600.690.080.25306.8752.1949.22
HexBF3CB00458191333431
Octal27774260010510314636461
Binary101111111111001011000001000101100011001100110011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3CB0; }

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

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

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

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

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

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

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

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