#B771D5

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

Shades of Medium Orchid #B771D5

Tints of Medium Orchid #B771D5

Color information

#B771D5 (or 0xB771D5) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and D5. RGB value is (183,113,213). Sum of RGB (Red+Green+Blue) = 183+113+213=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #B771D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771D5 is #488E2A. Grayscale: #919191. Windows color (decimal): -4754987 or 13988279. OLE color: 13988279.

HSL color Cylindrical-coordinate representation of color #B771D5: hue angle of 282º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B771D5 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183113213-
CMYK0.140.4700.16
HSL282º54.35%63.92%-
HSV(B)282º46.95%83.53%-
XYZ37.4426.6866.13-
YUV145.33166.19154.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=35.95%
G=22.20%
B=41.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831132130.140.4700.1628254.3563.92
HexB771D5E2F01011a3640
Octal267161325165702043266100
Binary1011011111100011101010111101011110100001000110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771D5; }

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

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

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

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

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

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

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

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