#bb55c8

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

Shades of Medium Orchid #BB55C8

Tints of Medium Orchid #BB55C8

Color information

#BB55C8 (or 0xBB55C8) is unknown color: approx Medium Orchid. HEX triplet: BB, 55 and C8. RGB value is (187,85,200). Sum of RGB (Red+Green+Blue) = 187+85+200=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55C8 is #44AA37. Grayscale: #808080. Windows color (decimal): -4500024 or 13129147. OLE color: 13129147.

HSL color Cylindrical-coordinate representation of color #BB55C8: hue angle of 293.22º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB55C8 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18785200-
CMYK0.060.5800.22
HSL293.22º51.11%55.88%-
HSV(B)293.22º57.5%78.43%-
XYZ34.1721.2356.94-
YUV128.61168.29169.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=39.62%
G=18.01%
B=42.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187852000.060.5800.22293.2251.1155.88
HexBB55C863A0161253338
Octal2731253106720264456370
Binary10111011101010111001000110111010010110100100101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb55c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb55c8; }

 p { color: rgb(187,85,200); }

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

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

 a { background-color: rgb(187,85,200); }

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

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

 span { border-color: rgb(187,85,200); }

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