#BB3BBE

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

Shades of Fuchsia #BB3BBE

Tints of Fuchsia #BB3BBE

Color information

#BB3BBE (or 0xBB3BBE) is unknown color: approx Fuchsia. HEX triplet: BB, 3B and BE. RGB value is (187,59,190). Sum of RGB (Red+Green+Blue) = 187+59+190=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BBE is #44C441. Grayscale: #6F6F6F. Windows color (decimal): -4506690 or 12467131. OLE color: 12467131.

HSL color Cylindrical-coordinate representation of color #BB3BBE: hue angle of 298.63º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3BBE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18759190-
CMYK0.020.6900.25
HSL298.63º52.61%48.82%-
HSV(B)298.63º68.95%74.51%-
XYZ31.3517.4150.42-
YUV112.21171.91181.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 59 (23.44% from 255) = 13.53%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=42.89%
G=13.53%
B=43.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187591900.020.6900.25298.6352.6148.82
HexBB3BBE24501912b3531
Octal2737327621050314536561
Binary1011101111101110111110101000101011001100101011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3BBE; }

 p { color: rgb(187,59,190); }

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

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

 a { background-color: rgb(187,59,190); }

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

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

 span { border-color: rgb(187,59,190); }

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