#BB75D8

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

Shades of Medium Orchid #BB75D8

Tints of Medium Orchid #BB75D8

Color information

#BB75D8 (or 0xBB75D8) is unknown color: approx Medium Orchid. HEX triplet: BB, 75 and D8. RGB value is (187,117,216). Sum of RGB (Red+Green+Blue) = 187+117+216=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB75D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75D8 is #448A27. Grayscale: #949494. Windows color (decimal): -4491816 or 14185915. OLE color: 14185915.

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

Color convert

RGB187117216-
CMYK0.130.4600.15
HSL282.42º55.93%65.29%-
HSV(B)282.42º45.83%84.71%-
XYZ39.2528.2568.35-
YUV149.22165.69154.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=35.96%
G=22.5%
B=41.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871172160.130.4600.15282.4255.9365.29
HexBB75D8D2E0F11a3841
Octal273165330155601743270101
Binary101110111110101110110001101101110011111000110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75D8; }

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

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

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

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

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

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

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

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