#BF43B3

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

Shades of Fuchsia #BF43B3

Tints of Fuchsia #BF43B3

Color information

#BF43B3 (or 0xBF43B3) is unknown color: approx Fuchsia. HEX triplet: BF, 43 and B3. RGB value is (191,67,179). Sum of RGB (Red+Green+Blue) = 191+67+179=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43B3 is #40BC4C. Grayscale: #747474. Windows color (decimal): -4242509 or 11748287. OLE color: 11748287.

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

Color convert

RGB19167179-
CMYK00.650.060.25
HSL305.81º49.21%50.59%-
HSV(B)305.81º64.92%74.9%-
XYZ31.6318.3544.52-
YUV116.84163.08180.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 67 (26.56% from 255) = 15.33%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=43.71%
G=15.33%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916717900.650.060.25305.8149.2150.59
HexBF43B30416191323133
Octal27710326301016314626163
Binary101111111000011101100110100000111011001100110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF43B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF43B3; }

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

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

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

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

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

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

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

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