#b76ad9

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

Shades of Medium Orchid #B76AD9

Tints of Medium Orchid #B76AD9

Color information

#B76AD9 (or 0xB76AD9) is unknown color: approx Medium Orchid. HEX triplet: B7, 6A and D9. RGB value is (183,106,217). Sum of RGB (Red+Green+Blue) = 183+106+217=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #B76AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76AD9 is #489526. Grayscale: #8D8D8D. Windows color (decimal): -4756775 or 14248631. OLE color: 14248631.

HSL color Cylindrical-coordinate representation of color #B76AD9: hue angle of 281.62º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76AD9 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183106217-
CMYK0.160.5100.15
HSL281.62º59.36%63.33%-
HSV(B)281.62º51.15%85.1%-
XYZ37.2125.3968.58-
YUV141.68170.51157.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=36.17%
G=20.95%
B=42.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831062170.160.5100.15281.6259.3663.33
HexB76AD910330F11a3b3f
Octal26715233120630174327377
Binary101101111101010110110011000011001101111100011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76ad9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76ad9; }

 p { color: rgb(183,106,217); }

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

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

 a { background-color: rgb(183,106,217); }

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

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

 span { border-color: rgb(183,106,217); }

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