#BF45B9

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

Shades of Fuchsia #BF45B9

Tints of Fuchsia #BF45B9

Color information

#BF45B9 (or 0xBF45B9) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and B9. RGB value is (191,69,185). Sum of RGB (Red+Green+Blue) = 191+69+185=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45B9 is #40BA46. Grayscale: #767676. Windows color (decimal): -4241991 or 12142015. OLE color: 12142015.

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

Color convert

RGB19169185-
CMYK00.640.030.25
HSL302.95º48.8%50.98%-
HSV(B)302.95º63.87%74.9%-
XYZ32.3718.8447.83-
YUV118.7165.42179.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 69 (27.34% from 255) = 15.51%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=42.92%
G=15.51%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916918500.640.030.25302.9548.850.98
HexBF45B904031912f3133
Octal27710527101003314576163
Binary10111111100010110111001010000001111001100101111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45B9; }

 p { color: rgb(191,69,185); }

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

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

 a { background-color: rgb(191,69,185); }

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

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

 span { border-color: rgb(191,69,185); }

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