#b771c8

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

Shades of Medium Orchid #B771C8

Tints of Medium Orchid #B771C8

Color information

#B771C8 (or 0xB771C8) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and C8. RGB value is (183,113,200). Sum of RGB (Red+Green+Blue) = 183+113+200=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #B771C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771C8 is #488E37. Grayscale: #8F8F8F. Windows color (decimal): -4755000 or 13136311. OLE color: 13136311.

HSL color Cylindrical-coordinate representation of color #B771C8: hue angle of 288.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B771C8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183113200-
CMYK0.080.4400.22
HSL288.28º44.16%61.37%-
HSV(B)288.28º43.5%78.43%-
XYZ35.8626.0557.78-
YUV143.85159.69155.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=36.90%
G=22.78%
B=40.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831132000.080.4400.22288.2844.1661.37
HexB771C882C0161202c3d
Octal26716131010540264405475
Binary101101111110001110010001000101100010110100100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b771c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b771c8; }

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

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

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

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

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

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

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

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