#BF33BF

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

Shades of Fuchsia #BF33BF

Tints of Fuchsia #BF33BF

Color information

#BF33BF (or 0xBF33BF) is unknown color: approx Fuchsia. HEX triplet: BF, 33 and BF. RGB value is (191,51,191). Sum of RGB (Red+Green+Blue) = 191+51+191=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF33BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33BF is #40CC40. Grayscale: #6C6C6C. Windows color (decimal): -4246593 or 12530623. OLE color: 12530623.

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

Color convert

RGB19151191-
CMYK00.7300.25
HSL300º57.85%47.45%-
HSV(B)300º73.3%74.9%-
XYZ32.0717.2150.92-
YUV108.82174.38186.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 51 (20.31% from 255) = 11.78%
BLUE value IS 191 (75% from 255) = 44.11%
R=44.11%
G=11.78%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915119100.7300.2530057.8547.45
HexBF33BF04901912c3a2f
Octal2776327701110314547257
Binary101111111100111011111101001001011001100101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF33BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF33BF; }

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

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

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

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

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

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

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

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