#BB79D7

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

Shades of Medium Orchid #BB79D7

Tints of Medium Orchid #BB79D7

Color information

#BB79D7 (or 0xBB79D7) is unknown color: approx Medium Orchid. HEX triplet: BB, 79 and D7. RGB value is (187,121,215). Sum of RGB (Red+Green+Blue) = 187+121+215=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB79D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79D7 is #448628. Grayscale: #979797. Windows color (decimal): -4490793 or 14121403. OLE color: 14121403.

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

Color convert

RGB187121215-
CMYK0.130.4400.16
HSL282.13º54.02%65.88%-
HSV(B)282.13º43.72%84.31%-
XYZ39.629.1567.83-
YUV151.45163.87153.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=35.76%
G=23.14%
B=41.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871212150.130.4400.16282.1354.0265.88
HexBB79D7D2C01011a3642
Octal273171327155402043266102
Binary1011101111110011101011111011011000100001000110101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79D7; }

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

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

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

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

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

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

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

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