#BF30BF

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

Shades of Fuchsia #BF30BF

Tints of Fuchsia #BF30BF

Color information

#BF30BF (or 0xBF30BF) is unknown color: approx Fuchsia. HEX triplet: BF, 30 and BF. RGB value is (191,48,191). Sum of RGB (Red+Green+Blue) = 191+48+191=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF30BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30BF is #40CF40. Grayscale: #6A6A6A. Windows color (decimal): -4247361 or 12529855. OLE color: 12529855.

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

Color convert

RGB19148191-
CMYK00.7500.25
HSL300º59.83%46.86%-
HSV(B)300º74.87%74.9%-
XYZ31.9516.9550.88-
YUV107.06175.38187.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 48 (19.14% from 255) = 11.16%
BLUE value IS 191 (75% from 255) = 44.42%
R=44.42%
G=11.16%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914819100.7500.2530059.8346.86
HexBF30BF04B01912c3c2f
Octal2776027701130314547457
Binary101111111100001011111101001011011001100101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF30BF; }

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

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

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

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

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

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

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

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