#B979E1

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

Shades of Medium Orchid #B979E1

Tints of Medium Orchid #B979E1

Color information

#B979E1 (or 0xB979E1) is unknown color: approx Medium Orchid. HEX triplet: B9, 79 and E1. RGB value is (185,121,225). Sum of RGB (Red+Green+Blue) = 185+121+225=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #B979E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979E1 is #46861E. Grayscale: #979797. Windows color (decimal): -4621855 or 14776761. OLE color: 14776761.

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

Color convert

RGB185121225-
CMYK0.180.4600.12
HSL276.92º63.41%67.84%-
HSV(B)276.92º46.22%88.24%-
XYZ40.4429.4374.78-
YUV151.99169.2151.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=34.84%
G=22.79%
B=42.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851212250.180.4600.12276.9263.4167.84
HexB979E1122E0C1153f44
Octal271171341225601442577104
Binary1011100111110011110000110010101110011001000101011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979E1; }

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

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

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

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

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

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

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

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