#B76DC6

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

Shades of Medium Orchid #B76DC6

Tints of Medium Orchid #B76DC6

Color information

#B76DC6 (or 0xB76DC6) is unknown color: approx Medium Orchid. HEX triplet: B7, 6D and C6. RGB value is (183,109,198). Sum of RGB (Red+Green+Blue) = 183+109+198=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #B76DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DC6 is #489239. Grayscale: #8C8C8C. Windows color (decimal): -4756026 or 13004215. OLE color: 13004215.

HSL color Cylindrical-coordinate representation of color #B76DC6: hue angle of 289.89º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76DC6 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183109198-
CMYK0.080.4500.22
HSL289.89º43.84%60.2%-
HSV(B)289.89º44.95%77.65%-
XYZ35.1925.0856.41-
YUV141.27160.02157.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=37.35%
G=22.24%
B=40.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831091980.080.4500.22289.8943.8460.2
HexB76DC682D0161222c3c
Octal26715530610550264425474
Binary101101111101101110001101000101101010110100100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DC6; }

 p { color: rgb(183,109,198); }

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

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

 a { background-color: rgb(183,109,198); }

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

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

 span { border-color: rgb(183,109,198); }

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