#BF45B3

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

Shades of Fuchsia #BF45B3

Tints of Fuchsia #BF45B3

Color information

#BF45B3 (or 0xBF45B3) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and B3. RGB value is (191,69,179). Sum of RGB (Red+Green+Blue) = 191+69+179=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45B3 is #40BA4C. Grayscale: #757575. Windows color (decimal): -4241997 or 11748799. OLE color: 11748799.

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

Color convert

RGB19169179-
CMYK00.640.060.25
HSL305.9º48.8%50.98%-
HSV(B)305.9º63.87%74.9%-
XYZ31.7518.5944.56-
YUV118.02162.42180.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 179 (70.31% from 255) = 40.77%
R=43.51%
G=15.72%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916917900.640.060.25305.948.850.98
HexBF45B30406191323133
Octal27710526301006314626163
Binary101111111000101101100110100000011011001100110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45B3; }

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

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

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

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

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

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

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

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