#BF33B7

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

Shades of Fuchsia #BF33B7

Tints of Fuchsia #BF33B7

Color information

#BF33B7 (or 0xBF33B7) is unknown color: approx Fuchsia. HEX triplet: BF, 33 and B7. RGB value is (191,51,183). Sum of RGB (Red+Green+Blue) = 191+51+183=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33B7 is #40CC48. Grayscale: #6B6B6B. Windows color (decimal): -4246601 or 12006335. OLE color: 12006335.

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

Color convert

RGB19151183-
CMYK00.730.040.25
HSL303.43º57.85%47.45%-
HSV(B)303.43º73.3%74.9%-
XYZ31.2216.8646.41-
YUV107.91170.38187.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 51 (20.31% from 255) = 12%
BLUE value IS 183 (71.88% from 255) = 43.06%
R=44.94%
G=12%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915118300.730.040.25303.4357.8547.45
HexBF33B704941912f3a2f
Octal2776326701114314577257
Binary10111111110011101101110100100110011001100101111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF33B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF33B7; }

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

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

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

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

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

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

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

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