#BB75D7

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

Shades of Medium Orchid #BB75D7

Tints of Medium Orchid #BB75D7

Color information

#BB75D7 (or 0xBB75D7) is unknown color: approx Medium Orchid. HEX triplet: BB, 75 and D7. RGB value is (187,117,215). Sum of RGB (Red+Green+Blue) = 187+117+215=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75D7 is #448A28. Grayscale: #949494. Windows color (decimal): -4491817 or 14120379. OLE color: 14120379.

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

Color convert

RGB187117215-
CMYK0.130.4600.16
HSL282.86º55.06%65.1%-
HSV(B)282.86º45.58%84.31%-
XYZ39.1228.1967.67-
YUV149.1165.19155.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=36.03%
G=22.54%
B=41.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871172150.130.4600.16282.8655.0665.1
HexBB75D7D2E01011b3741
Octal273165327155602043367101
Binary1011101111101011101011111011011100100001000110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75D7; }

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

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

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

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

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

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

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

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