#BF33BA

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

Shades of Fuchsia #BF33BA

Tints of Fuchsia #BF33BA

Color information

#BF33BA (or 0xBF33BA) is unknown color: approx Fuchsia. HEX triplet: BF, 33 and BA. RGB value is (191,51,186). Sum of RGB (Red+Green+Blue) = 191+51+186=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33BA is #40CC45. Grayscale: #6B6B6B. Windows color (decimal): -4246598 or 12202943. OLE color: 12202943.

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

Color convert

RGB19151186-
CMYK00.730.030.25
HSL302.14º57.85%47.45%-
HSV(B)302.14º73.3%74.9%-
XYZ31.5316.9948.07-
YUV108.25171.88187.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=44.63%
G=11.92%
B=43.46%

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
Decimal1915118600.730.030.25302.1457.8547.45
HexBF33BA04931912e3a2f
Octal2776327201113314567257
Binary1011111111001110111010010010011111001100101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF33BA; }

 p { color: rgb(191,51,186); }

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

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

 a { background-color: rgb(191,51,186); }

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

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

 span { border-color: rgb(191,51,186); }

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