#B771D3

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

Shades of Medium Orchid #B771D3

Tints of Medium Orchid #B771D3

Color information

#B771D3 (or 0xB771D3) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and D3. RGB value is (183,113,211). Sum of RGB (Red+Green+Blue) = 183+113+211=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #B771D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771D3 is #488E2C. Grayscale: #909090. Windows color (decimal): -4754989 or 13857207. OLE color: 13857207.

HSL color Cylindrical-coordinate representation of color #B771D3: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B771D3 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB183113211-
CMYK0.130.4600.17
HSL282.86º52.69%63.53%-
HSV(B)282.86º46.45%82.75%-
XYZ37.1926.5864.8-
YUV145.1165.19155.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.09%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=36.09%
G=22.29%
B=41.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1831132110.130.4600.17282.8652.6963.53
HexB771D3D2E01111b3540
Octal267161323155602143365100
Binary1011011111100011101001111011011100100011000110111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771D3; }

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

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

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

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

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

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

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

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