#b976cf

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

Shades of Medium Orchid #B976CF

Tints of Medium Orchid #B976CF

Color information

#B976CF (or 0xB976CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 76 and CF. RGB value is (185,118,207). Sum of RGB (Red+Green+Blue) = 185+118+207=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #B976CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CF is #468930. Grayscale: #939393. Windows color (decimal): -4622641 or 13596345. OLE color: 13596345.

HSL color Cylindrical-coordinate representation of color #B976CF: hue angle of 285.17º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B976CF is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185118207-
CMYK0.110.4300.19
HSL285.17º48.11%63.73%-
HSV(B)285.17º43%81.18%-
XYZ37.7527.7862.4-
YUV148.18161.2154.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=36.27%
G=23.14%
B=40.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851182070.110.4300.19285.1748.1163.73
HexB976CFB2B01311d3040
Octal271166317135302343560100
Binary1011100111101101100111110111010110100111000111011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b976cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b976cf; }

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

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

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

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

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

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

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

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