#BF39B0

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

Shades of Fuchsia #BF39B0

Tints of Fuchsia #BF39B0

Color information

#BF39B0 (or 0xBF39B0) is unknown color: approx Fuchsia. HEX triplet: BF, 39 and B0. RGB value is (191,57,176). Sum of RGB (Red+Green+Blue) = 191+57+176=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF39B0 is #40C64F. Grayscale: #6E6E6E. Windows color (decimal): -4245072 or 11549119. OLE color: 11549119.

HSL color Cylindrical-coordinate representation of color #BF39B0: hue angle of 306.72º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF39B0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19157176-
CMYK00.700.080.25
HSL306.72º54.03%48.63%-
HSV(B)306.72º70.16%74.9%-
XYZ30.7917.1442.76-
YUV110.63164.89185.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 57 (22.66% from 255) = 13.44%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=45.05%
G=13.44%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915717600.700.080.25306.7254.0348.63
HexBF39B00468191333631
Octal27771260010610314636661
Binary101111111110011011000001000110100011001100110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF39B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF39B0; }

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

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

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

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

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

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

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

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