#BF33B0

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

Shades of Fuchsia #BF33B0

Tints of Fuchsia #BF33B0

Color information

#BF33B0 (or 0xBF33B0) is unknown color: approx Fuchsia. HEX triplet: BF, 33 and B0. RGB value is (191,51,176). Sum of RGB (Red+Green+Blue) = 191+51+176=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF33B0 is #40CC4F. Grayscale: #6A6A6A. Windows color (decimal): -4246608 or 11547583. OLE color: 11547583.

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

Color convert

RGB19151176-
CMYK00.730.080.25
HSL306.43º57.85%47.45%-
HSV(B)306.43º73.3%74.9%-
XYZ30.5116.5842.67-
YUV107.11166.88187.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=45.69%
G=12.20%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915117600.730.080.25306.4357.8547.45
HexBF33B00498191323a2f
Octal27763260011110314627257
Binary101111111100111011000001001001100011001100110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF33B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF33B0; }

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

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

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

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

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

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

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

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