#BB6FD5

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

Shades of Medium Orchid #BB6FD5

Tints of Medium Orchid #BB6FD5

Color information

#BB6FD5 (or 0xBB6FD5) is unknown color: approx Medium Orchid. HEX triplet: BB, 6F and D5. RGB value is (187,111,213). Sum of RGB (Red+Green+Blue) = 187+111+213=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FD5 is #44902A. Grayscale: #919191. Windows color (decimal): -4493355 or 13987771. OLE color: 13987771.

HSL color Cylindrical-coordinate representation of color #BB6FD5: hue angle of 284.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6FD5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187111213-
CMYK0.120.4800.16
HSL284.71º54.84%63.53%-
HSV(B)284.71º47.89%83.53%-
XYZ38.1926.7466.1-
YUV145.35166.18157.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=36.59%
G=21.72%
B=41.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871112130.120.4800.16284.7154.8463.53
HexBB6FD5C3001011d3740
Octal273157325146002043567100
Binary1011101111011111101010111001100000100001000111011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FD5; }

 p { color: rgb(187,111,213); }

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

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

 a { background-color: rgb(187,111,213); }

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

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

 span { border-color: rgb(187,111,213); }

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