#BB3DC7

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

Shades of Fuchsia #BB3DC7

Tints of Fuchsia #BB3DC7

Color information

#BB3DC7 (or 0xBB3DC7) is unknown color: approx Fuchsia. HEX triplet: BB, 3D and C7. RGB value is (187,61,199). Sum of RGB (Red+Green+Blue) = 187+61+199=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB3DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DC7 is #44C238. Grayscale: #717171. Windows color (decimal): -4506169 or 13057467. OLE color: 13057467.

HSL color Cylindrical-coordinate representation of color #BB3DC7: hue angle of 294.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3DC7 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18761199-
CMYK0.060.6900.22
HSL294.78º55.2%50.98%-
HSV(B)294.78º69.35%78.04%-
XYZ32.4718.0355.8-
YUV114.41175.74179.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 61 (24.22% from 255) = 13.65%
BLUE value IS 199 (78.12% from 255) = 44.52%
R=41.83%
G=13.65%
B=44.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187611990.060.6900.22294.7855.250.98
HexBB3DC76450161273733
Octal2737530761050264476763
Binary10111011111101110001111101000101010110100100111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3DC7; }

 p { color: rgb(187,61,199); }

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

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

 a { background-color: rgb(187,61,199); }

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

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

 span { border-color: rgb(187,61,199); }

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