#bb70d8

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

Shades of Medium Orchid #BB70D8

Tints of Medium Orchid #BB70D8

Color information

#BB70D8 (or 0xBB70D8) is unknown color: approx Medium Orchid. HEX triplet: BB, 70 and D8. RGB value is (187,112,216). Sum of RGB (Red+Green+Blue) = 187+112+216=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB70D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70D8 is #448F27. Grayscale: #919191. Windows color (decimal): -4493096 or 14184635. OLE color: 14184635.

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

Color convert

RGB187112216-
CMYK0.130.4800.15
HSL283.27º57.14%64.31%-
HSV(B)283.27º48.15%84.71%-
XYZ38.6827.1168.16-
YUV146.28167.35157.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=36.31%
G=21.75%
B=41.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871122160.130.4800.15283.2757.1464.31
HexBB70D8D300F11b3940
Octal273160330156001743371100
Binary101110111110000110110001101110000011111000110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb70d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb70d8; }

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

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

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

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

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

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

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

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