#BB60BE

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

Shades of Fuchsia #BB60BE

Tints of Fuchsia #BB60BE

Color information

#BB60BE (or 0xBB60BE) is unknown color: approx Fuchsia. HEX triplet: BB, 60 and BE. RGB value is (187,96,190). Sum of RGB (Red+Green+Blue) = 187+96+190=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60BE is #449F41. Grayscale: #858585. Windows color (decimal): -4497218 or 12476603. OLE color: 12476603.

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

Color convert

RGB18796190-
CMYK0.020.4900.25
HSL298.09º41.96%56.08%-
HSV(B)298.09º49.47%74.51%-
XYZ33.9722.6551.3-
YUV133.92159.65165.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=39.53%
G=20.30%
B=40.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187961900.020.4900.25298.0941.9656.08
HexBB60BE23101912a2a38
Octal2731402762610314525270
Binary1011101111000001011111010110001011001100101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60BE; }

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

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

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

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

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

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

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

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