#B776E4

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

Shades of Medium Orchid #B776E4

Tints of Medium Orchid #B776E4

Color information

#B776E4 (or 0xB776E4) is unknown color: approx Medium Orchid. HEX triplet: B7, 76 and E4. RGB value is (183,118,228). Sum of RGB (Red+Green+Blue) = 183+118+228=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #B776E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776E4 is #48891B. Grayscale: #959595. Windows color (decimal): -4753692 or 14972599. OLE color: 14972599.

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

Color convert

RGB183118228-
CMYK0.200.4800.11
HSL275.45º67.07%67.84%-
HSV(B)275.45º48.25%89.41%-
XYZ40.0128.6376.82-
YUV149.98172.03151.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=34.59%
G=22.31%
B=43.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831182280.200.4800.11275.4567.0767.84
HexB776E414300B1134344
Octal2671663442460013423103104
Binary10110111111011011100100101001100000101110001001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776E4; }

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

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

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

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

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

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

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

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