#B76DDC

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

Shades of Medium Orchid #B76DDC

Tints of Medium Orchid #B76DDC

Color information

#B76DDC (or 0xB76DDC) is unknown color: approx Medium Orchid. HEX triplet: B7, 6D and DC. RGB value is (183,109,220). Sum of RGB (Red+Green+Blue) = 183+109+220=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #B76DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DDC is #489223. Grayscale: #8F8F8F. Windows color (decimal): -4756004 or 14446007. OLE color: 14446007.

HSL color Cylindrical-coordinate representation of color #B76DDC: hue angle of 280º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76DDC is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183109220-
CMYK0.170.5000.14
HSL280º61.33%64.51%-
HSV(B)280º50.45%86.27%-
XYZ37.9226.1770.76-
YUV143.78171.02155.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=35.74%
G=21.29%
B=42.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831092200.170.5000.1428061.3364.51
HexB76DDC11320E1183d41
Octal267155334216201643075101
Binary1011011111011011101110010001110010011101000110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76DDC; }

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

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

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

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

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

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

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

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