#b777dc

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

Shades of Medium Orchid #B777DC

Tints of Medium Orchid #B777DC

Color information

#B777DC (or 0xB777DC) is unknown color: approx Medium Orchid. HEX triplet: B7, 77 and DC. RGB value is (183,119,220). Sum of RGB (Red+Green+Blue) = 183+119+220=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #B777DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777DC is #488823. Grayscale: #959595. Windows color (decimal): -4753444 or 14448567. OLE color: 14448567.

HSL color Cylindrical-coordinate representation of color #B777DC: hue angle of 278.02º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B777DC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183119220-
CMYK0.170.4600.14
HSL278.02º59.06%66.47%-
HSV(B)278.02º45.91%86.27%-
XYZ39.0428.4371.14-
YUV149.65167.7151.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=35.06%
G=22.80%
B=42.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831192200.170.4600.14278.0259.0666.47
HexB777DC112E0E1163b42
Octal267167334215601642673102
Binary1011011111101111101110010001101110011101000101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b777dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b777dc; }

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

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

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

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

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

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

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

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