#BB6FD8

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

Shades of Medium Orchid #BB6FD8

Tints of Medium Orchid #BB6FD8

Color information

#BB6FD8 (or 0xBB6FD8) is unknown color: approx Medium Orchid. HEX triplet: BB, 6F and D8. RGB value is (187,111,216). Sum of RGB (Red+Green+Blue) = 187+111+216=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FD8 is #449027. Grayscale: #919191. Windows color (decimal): -4493352 or 14184379. OLE color: 14184379.

HSL color Cylindrical-coordinate representation of color #BB6FD8: hue angle of 283.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6FD8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187111216-
CMYK0.130.4900.15
HSL283.43º57.38%64.12%-
HSV(B)283.43º48.61%84.71%-
XYZ38.5726.8968.12-
YUV145.69167.68157.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 111 (43.75% from 255) = 21.60%
BLUE value IS 216 (84.77% from 255) = 42.02%
R=36.38%
G=21.60%
B=42.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871112160.130.4900.15283.4357.3864.12
HexBB6FD8D310F11b3940
Octal273157330156101743371100
Binary101110111101111110110001101110001011111000110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FD8; }

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

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

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

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

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

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

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

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