#BF30B1

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

Shades of Fuchsia #BF30B1

Tints of Fuchsia #BF30B1

Color information

#BF30B1 (or 0xBF30B1) is unknown color: approx Fuchsia. HEX triplet: BF, 30 and B1. RGB value is (191,48,177). Sum of RGB (Red+Green+Blue) = 191+48+177=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF30B1 is #40CF4E. Grayscale: #696969. Windows color (decimal): -4247375 or 11612351. OLE color: 11612351.

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

Color convert

RGB19148177-
CMYK00.750.070.25
HSL305.87º59.83%46.86%-
HSV(B)305.87º74.87%74.9%-
XYZ30.4816.3643.15-
YUV105.46168.38189.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=45.91%
G=11.54%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914817700.750.070.25305.8759.8346.86
HexBF30B104B7191323c2f
Octal2776026101137314627457
Binary10111111110000101100010100101111111001100110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF30B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF30B1; }

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

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

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

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

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

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

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

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