#BB63B4

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

Shades of Fuchsia #BB63B4

Tints of Fuchsia #BB63B4

Color information

#BB63B4 (or 0xBB63B4) is unknown color: approx Fuchsia. HEX triplet: BB, 63 and B4. RGB value is (187,99,180). Sum of RGB (Red+Green+Blue) = 187+99+180=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63B4 is #449C4B. Grayscale: #868686. Windows color (decimal): -4496460 or 11822011. OLE color: 11822011.

HSL color Cylindrical-coordinate representation of color #BB63B4: hue angle of 304.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB63B4 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18799180-
CMYK00.470.040.27
HSL304.77º39.29%56.08%-
HSV(B)304.77º47.06%73.33%-
XYZ33.1922.7845.83-
YUV134.55153.65165.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=40.13%
G=21.24%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879918000.470.040.27304.7739.2956.08
HexBB63B402F41B1312738
Octal2731432640574334614770
Binary10111011110001110110100010111110011011100110001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63B4; }

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

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

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

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

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

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

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

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