#BF30B8

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

Shades of Fuchsia #BF30B8

Tints of Fuchsia #BF30B8

Color information

#BF30B8 (or 0xBF30B8) is unknown color: approx Fuchsia. HEX triplet: BF, 30 and B8. RGB value is (191,48,184). Sum of RGB (Red+Green+Blue) = 191+48+184=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30B8 is #40CF47. Grayscale: #696969. Windows color (decimal): -4247368 or 12071103. OLE color: 12071103.

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

Color convert

RGB19148184-
CMYK00.750.040.25
HSL302.94º59.83%46.86%-
HSV(B)302.94º74.87%74.9%-
XYZ31.1916.6546.92-
YUV106.26171.88188.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 48 (19.14% from 255) = 11.35%
BLUE value IS 184 (72.27% from 255) = 43.50%
R=45.15%
G=11.35%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914818400.750.040.25302.9459.8346.86
HexBF30B804B41912f3c2f
Octal2776027001134314577457
Binary10111111110000101110000100101110011001100101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF30B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF30B8; }

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

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

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

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

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

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

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

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