#BB61BE

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

Shades of Fuchsia #BB61BE

Tints of Fuchsia #BB61BE

Color information

#BB61BE (or 0xBB61BE) is unknown color: approx Fuchsia. HEX triplet: BB, 61 and BE. RGB value is (187,97,190). Sum of RGB (Red+Green+Blue) = 187+97+190=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB61BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61BE is #449E41. Grayscale: #868686. Windows color (decimal): -4496962 or 12476859. OLE color: 12476859.

HSL color Cylindrical-coordinate representation of color #BB61BE: hue angle of 298.06º 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 #BB61BE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18797190-
CMYK0.020.4900.25
HSL298.06º41.7%56.27%-
HSV(B)298.06º48.95%74.51%-
XYZ34.0622.8351.33-
YUV134.51159.32165.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=39.45%
G=20.46%
B=40.08%

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
Decimal187971900.020.4900.25298.0641.756.27
HexBB61BE23101912a2a38
Octal2731412762610314525270
Binary1011101111000011011111010110001011001100101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61BE; }

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

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

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

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

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

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

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

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