#BB63BC

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

Shades of Fuchsia #BB63BC

Tints of Fuchsia #BB63BC

Color information

#BB63BC (or 0xBB63BC) is unknown color: approx Fuchsia. HEX triplet: BB, 63 and BC. RGB value is (187,99,188). Sum of RGB (Red+Green+Blue) = 187+99+188=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63BC is #449C43. Grayscale: #878787. Windows color (decimal): -4496452 or 12346299. OLE color: 12346299.

HSL color Cylindrical-coordinate representation of color #BB63BC: hue angle of 299.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB63BC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18799188-
CMYK0.010.4700.26
HSL299.33º39.91%56.27%-
HSV(B)299.33º47.34%73.73%-
XYZ34.0323.1250.25-
YUV135.46157.65164.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 99 (39.06% from 255) = 20.89%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=39.45%
G=20.89%
B=39.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187991880.010.4700.26299.3339.9156.27
HexBB63BC12F01A12b2838
Octal2731432741570324535070
Binary101110111100011101111001101111011010100101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63BC; }

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

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

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

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

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

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

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

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