#B978E1

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

Shades of Medium Orchid #B978E1

Tints of Medium Orchid #B978E1

Color information

#B978E1 (or 0xB978E1) is unknown color: approx Medium Orchid. HEX triplet: B9, 78 and E1. RGB value is (185,120,225). Sum of RGB (Red+Green+Blue) = 185+120+225=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #B978E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978E1 is #46871E. Grayscale: #979797. Windows color (decimal): -4622111 or 14776505. OLE color: 14776505.

HSL color Cylindrical-coordinate representation of color #B978E1: hue angle of 277.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B978E1 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185120225-
CMYK0.180.4700.12
HSL277.14º63.64%67.65%-
HSV(B)277.14º46.67%88.24%-
XYZ40.3129.1874.74-
YUV151.4169.53151.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=34.91%
G=22.64%
B=42.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851202250.180.4700.12277.1463.6467.65
HexB978E1122F0C1154044
Octal2711703412257014425100104
Binary10111001111100011100001100101011110110010001010110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978E1; }

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

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

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

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

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

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

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

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