#BB30B7

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

Shades of Fuchsia #BB30B7

Tints of Fuchsia #BB30B7

Color information

#BB30B7 (or 0xBB30B7) is unknown color: approx Fuchsia. HEX triplet: BB, 30 and B7. RGB value is (187,48,183). Sum of RGB (Red+Green+Blue) = 187+48+183=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30B7 is #44CF48. Grayscale: #686868. Windows color (decimal): -4509513 or 12005563. OLE color: 12005563.

HSL color Cylindrical-coordinate representation of color #BB30B7: hue angle of 301.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB30B7 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18748183-
CMYK00.740.020.27
HSL301.73º59.15%46.08%-
HSV(B)301.73º74.33%73.33%-
XYZ30.116.146.32-
YUV104.95172.05186.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 48 (19.14% from 255) = 11.48%
BLUE value IS 183 (71.88% from 255) = 43.78%
R=44.74%
G=11.48%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874818300.740.020.27301.7359.1546.08
HexBB30B704A21B12e3b2e
Octal2736026701122334567356
Binary1011101111000010110111010010101011011100101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB30B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB30B7; }

 p { color: rgb(187,48,183); }

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

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

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

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

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

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

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