#B76BD9

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

Shades of Medium Orchid #B76BD9

Tints of Medium Orchid #B76BD9

Color information

#B76BD9 (or 0xB76BD9) is unknown color: approx Medium Orchid. HEX triplet: B7, 6B and D9. RGB value is (183,107,217). Sum of RGB (Red+Green+Blue) = 183+107+217=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #B76BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BD9 is #489426. Grayscale: #8D8D8D. Windows color (decimal): -4756519 or 14248887. OLE color: 14248887.

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

Color convert

RGB183107217-
CMYK0.160.5100.15
HSL281.45º59.14%63.53%-
HSV(B)281.45º50.69%85.1%-
XYZ37.3125.5968.62-
YUV142.26170.18157.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.09%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 217 (85.16% from 255) = 42.80%
R=36.09%
G=21.10%
B=42.80%

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
Decimal1831072170.160.5100.15281.4559.1463.53
HexB76BD910330F1193b40
Octal267153331206301743173100
Binary1011011111010111101100110000110011011111000110011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BD9; }

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

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

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

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

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

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

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

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