#B978D8

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

Shades of Medium Orchid #B978D8

Tints of Medium Orchid #B978D8

Color information

#B978D8 (or 0xB978D8) is unknown color: approx Medium Orchid. HEX triplet: B9, 78 and D8. RGB value is (185,120,216). Sum of RGB (Red+Green+Blue) = 185+120+216=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #B978D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978D8 is #468727. Grayscale: #969696. Windows color (decimal): -4622120 or 14186681. OLE color: 14186681.

HSL color Cylindrical-coordinate representation of color #B978D8: hue angle of 280.62º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B978D8 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185120216-
CMYK0.140.4400.15
HSL280.62º55.17%65.88%-
HSV(B)280.62º44.44%84.71%-
XYZ39.1228.7168.44-
YUV150.38165.03152.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=35.51%
G=23.03%
B=41.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851202160.140.4400.15280.6255.1765.88
HexB978D8E2C0F1193742
Octal271170330165401743167102
Binary101110011111000110110001110101100011111000110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978D8; }

 p { color: rgb(185,120,216); }

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

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

 a { background-color: rgb(185,120,216); }

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

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

 span { border-color: rgb(185,120,216); }

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