#B771C9

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

Shades of Medium Orchid #B771C9

Tints of Medium Orchid #B771C9

Color information

#B771C9 (or 0xB771C9) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and C9. RGB value is (183,113,201). Sum of RGB (Red+Green+Blue) = 183+113+201=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #B771C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771C9 is #488E36. Grayscale: #8F8F8F. Windows color (decimal): -4754999 or 13201847. OLE color: 13201847.

HSL color Cylindrical-coordinate representation of color #B771C9: hue angle of 287.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B771C9 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183113201-
CMYK0.090.4400.21
HSL287.73º44.9%61.57%-
HSV(B)287.73º43.78%78.82%-
XYZ35.9826.0958.4-
YUV143.96160.19155.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=36.82%
G=22.74%
B=40.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831132010.090.4400.21287.7344.961.57
HexB771C992C0151202d3e
Octal26716131111540254405576
Binary101101111110001110010011001101100010101100100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771C9; }

 p { color: rgb(183,113,201); }

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

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

 a { background-color: rgb(183,113,201); }

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

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

 span { border-color: rgb(183,113,201); }

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