#B771DE

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

Shades of Medium Orchid #B771DE

Tints of Medium Orchid #B771DE

Color information

#B771DE (or 0xB771DE) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and DE. RGB value is (183,113,222). Sum of RGB (Red+Green+Blue) = 183+113+222=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #B771DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771DE is #488E21. Grayscale: #919191. Windows color (decimal): -4754978 or 14578103. OLE color: 14578103.

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

Color convert

RGB183113222-
CMYK0.180.4900.13
HSL278.53º62.29%65.69%-
HSV(B)278.53º49.1%87.06%-
XYZ38.6227.1572.31-
YUV146.36170.69154.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=35.33%
G=21.81%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831132220.180.4900.13278.5362.2965.69
HexB771DE12310D1173e42
Octal267161336226101542776102
Binary1011011111100011101111010010110001011011000101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771DE; }

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

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

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

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

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

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

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

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