#bb3dc3

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

Shades of Fuchsia #BB3DC3

Tints of Fuchsia #BB3DC3

Color information

#BB3DC3 (or 0xBB3DC3) is unknown color: approx Fuchsia. HEX triplet: BB, 3D and C3. RGB value is (187,61,195). Sum of RGB (Red+Green+Blue) = 187+61+195=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB3DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DC3 is #44C23C. Grayscale: #717171. Windows color (decimal): -4506173 or 12795323. OLE color: 12795323.

HSL color Cylindrical-coordinate representation of color #BB3DC3: hue angle of 296.42º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3DC3 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18761195-
CMYK0.040.6900.24
HSL296.42º52.76%50.2%-
HSV(B)296.42º68.72%76.47%-
XYZ32.0117.8453.39-
YUV113.95173.74180.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 61 (24.22% from 255) = 13.77%
BLUE value IS 195 (76.56% from 255) = 44.02%
R=42.21%
G=13.77%
B=44.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187611950.040.6900.24296.4252.7650.2
HexBB3DC34450181283532
Octal2737530341050304506562
Binary10111011111101110000111001000101011000100101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3dc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3dc3; }

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

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

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

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

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

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

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

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