#bb50dc

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

Shades of Medium Orchid #BB50DC

Tints of Medium Orchid #BB50DC

Color information

#BB50DC (or 0xBB50DC) is unknown color: approx Medium Orchid. HEX triplet: BB, 50 and DC. RGB value is (187,80,220). Sum of RGB (Red+Green+Blue) = 187+80+220=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB50DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50DC is #44AF23. Grayscale: #7F7F7F. Windows color (decimal): -4501284 or 14438587. OLE color: 14438587.

HSL color Cylindrical-coordinate representation of color #BB50DC: hue angle of 285.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB50DC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18780220-
CMYK0.150.6400.14
HSL285.86º66.67%58.82%-
HSV(B)285.86º63.64%86.27%-
XYZ36.2821.4769.94-
YUV127.95179.95170.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 80 (31.64% from 255) = 16.43%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=38.40%
G=16.43%
B=45.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187802200.150.6400.14285.8666.6758.82
HexBB50DCF400E11e433b
Octal2731203341710001643610373
Binary1011101110100001101110011111000000011101000111101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb50dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb50dc; }

 p { color: rgb(187,80,220); }

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

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

 a { background-color: rgb(187,80,220); }

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

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

 span { border-color: rgb(187,80,220); }

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