#BF34B9

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

Shades of Fuchsia #BF34B9

Tints of Fuchsia #BF34B9

Color information

#BF34B9 (or 0xBF34B9) is unknown color: approx Fuchsia. HEX triplet: BF, 34 and B9. RGB value is (191,52,185). Sum of RGB (Red+Green+Blue) = 191+52+185=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF34B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34B9 is #40CB46. Grayscale: #6C6C6C. Windows color (decimal): -4246343 or 12137663. OLE color: 12137663.

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

Color convert

RGB19152185-
CMYK00.730.030.25
HSL302.59º57.2%47.65%-
HSV(B)302.59º72.77%74.9%-
XYZ31.4717.0447.53-
YUV108.72171.05186.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 52 (20.70% from 255) = 12.15%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=44.63%
G=12.15%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915218500.730.030.25302.5957.247.65
HexBF34B904931912f3930
Octal2776427101113314577160
Binary1011111111010010111001010010011111001100101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34B9; }

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

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

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

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

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

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

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

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