#B771DD

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

Shades of Medium Orchid #B771DD

Tints of Medium Orchid #B771DD

Color information

#B771DD (or 0xB771DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and DD. RGB value is (183,113,221). Sum of RGB (Red+Green+Blue) = 183+113+221=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B771DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771DD is #488E22. Grayscale: #919191. Windows color (decimal): -4754979 or 14512567. OLE color: 14512567.

HSL color Cylindrical-coordinate representation of color #B771DD: hue angle of 278.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B771DD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183113221-
CMYK0.170.4900.13
HSL278.89º61.36%65.49%-
HSV(B)278.89º48.87%86.67%-
XYZ38.4827.171.61-
YUV146.24170.19154.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=35.40%
G=21.86%
B=42.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831132210.170.4900.13278.8961.3665.49
HexB771DD11310D1173d41
Octal267161335216101542775101
Binary1011011111100011101110110001110001011011000101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771DD; }

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

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

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

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

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

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

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

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