#B777E4

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

Shades of Medium Orchid #B777E4

Tints of Medium Orchid #B777E4

Color information

#B777E4 (or 0xB777E4) is unknown color: approx Medium Orchid. HEX triplet: B7, 77 and E4. RGB value is (183,119,228). Sum of RGB (Red+Green+Blue) = 183+119+228=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #B777E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777E4 is #48881B. Grayscale: #969696. Windows color (decimal): -4753436 or 14972855. OLE color: 14972855.

HSL color Cylindrical-coordinate representation of color #B777E4: hue angle of 275.23º 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 #B777E4 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183119228-
CMYK0.200.4800.11
HSL275.23º66.87%68.04%-
HSV(B)275.23º47.81%89.41%-
XYZ40.1328.8676.85-
YUV150.56171.7151.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 228 (89.45% from 255) = 43.02%
R=34.53%
G=22.45%
B=43.02%

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
Decimal1831192280.200.4800.11275.2366.8768.04
HexB777E414300B1134344
Octal2671673442460013423103104
Binary10110111111011111100100101001100000101110001001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777E4; }

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

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

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

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

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

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

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

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