#BF45B2

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

Shades of Fuchsia #BF45B2

Tints of Fuchsia #BF45B2

Color information

#BF45B2 (or 0xBF45B2) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and B2. RGB value is (191,69,178). Sum of RGB (Red+Green+Blue) = 191+69+178=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45B2 is #40BA4D. Grayscale: #757575. Windows color (decimal): -4241998 or 11683263. OLE color: 11683263.

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

Color convert

RGB19169178-
CMYK00.640.070.25
HSL306.39º48.8%50.98%-
HSV(B)306.39º63.87%74.9%-
XYZ31.6518.5544.03-
YUV117.9161.92180.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 69 (27.34% from 255) = 15.75%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=43.61%
G=15.75%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916917800.640.070.25306.3948.850.98
HexBF45B20407191323133
Octal27710526201007314626163
Binary101111111000101101100100100000011111001100110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45B2; }

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

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

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

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

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

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

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

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