#BB63BE

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

Shades of Fuchsia #BB63BE

Tints of Fuchsia #BB63BE

Color information

#BB63BE (or 0xBB63BE) is unknown color: approx Fuchsia. HEX triplet: BB, 63 and BE. RGB value is (187,99,190). Sum of RGB (Red+Green+Blue) = 187+99+190=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63BE is #449C41. Grayscale: #878787. Windows color (decimal): -4496450 or 12477371. OLE color: 12477371.

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

Color convert

RGB18799190-
CMYK0.020.4800.25
HSL298.02º41.18%56.67%-
HSV(B)298.02º47.89%74.51%-
XYZ34.2523.2151.39-
YUV135.69158.65164.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=39.29%
G=20.80%
B=39.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187991900.020.4800.25298.0241.1856.67
HexBB63BE23001912a2939
Octal2731432762600314525171
Binary1011101111000111011111010110000011001100101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63BE; }

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

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

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

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

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

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

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

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