#B771E4

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

Shades of Medium Orchid #B771E4

Tints of Medium Orchid #B771E4

Color information

#B771E4 (or 0xB771E4) is unknown color: approx Medium Orchid. HEX triplet: B7, 71 and E4. RGB value is (183,113,228). Sum of RGB (Red+Green+Blue) = 183+113+228=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #B771E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B771E4 is #488E1B. Grayscale: #929292. Windows color (decimal): -4754972 or 14971319. OLE color: 14971319.

HSL color Cylindrical-coordinate representation of color #B771E4: hue angle of 276.52º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B771E4 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183113228-
CMYK0.200.5000.11
HSL276.52º68.05%66.86%-
HSV(B)276.52º50.44%89.41%-
XYZ39.4427.4876.62-
YUV147.04173.69153.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 228 (89.45% from 255) = 43.51%
R=34.92%
G=21.56%
B=43.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831132280.200.5000.11276.5268.0566.86
HexB771E414320B1154443
Octal2671613442462013425104103
Binary10110111111000111100100101001100100101110001010110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771E4; }

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

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

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

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

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

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

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

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