#B976E7

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

Shades of Medium Orchid #B976E7

Tints of Medium Orchid #B976E7

Color information

#B976E7 (or 0xB976E7) is unknown color: approx Medium Orchid. HEX triplet: B9, 76 and E7. RGB value is (185,118,231). Sum of RGB (Red+Green+Blue) = 185+118+231=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #B976E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976E7 is #468918. Grayscale: #969696. Windows color (decimal): -4622617 or 15169209. OLE color: 15169209.

HSL color Cylindrical-coordinate representation of color #B976E7: hue angle of 275.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B976E7 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185118231-
CMYK0.200.4900.09
HSL275.58º70.19%68.43%-
HSV(B)275.58º48.92%90.59%-
XYZ40.9129.0479.05-
YUV150.92173.2152.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 118 (46.48% from 255) = 22.10%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=34.64%
G=22.10%
B=43.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851182310.200.4900.09275.5870.1968.43
HexB976E71431091144644
Octal2711663472461011424106104
Binary10111001111011011100111101001100010100110001010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976E7; }

 p { color: rgb(185,118,231); }

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

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

 a { background-color: rgb(185,118,231); }

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

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

 span { border-color: rgb(185,118,231); }

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