Html Css Color HEX #B777DC Medium Orchid

📋 copy color: '#B777DC'

red 183 ◦ green 119 ◦ blue 220

#B777DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B777DC

Tints of Medium Orchid #B777DC

RGB

 RED value IS 183 (71.88% from 255) = 35.06%

 GREEN value IS 119 (46.88% from 255) = 22.8%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 35.06%
G = 22.8%
B = 42.15%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B777DC (or 0xB777DC) is known color: 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

RGB 183 119 220 -
CMYK 0.17 0.46 0 0.14
HSL 278.02º 0.59% 0.66% -
HSV(B) 278.02º 0.46% 0.86% -
XYZ 39.04 28.43 71.14 -
YUV 149.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 183 119 220 0.17 0.46 0 0.14 278.02 0.59 0.66
Hex B7 77 DC 11 2E 0 E 116 3B 42
Octal 267 167 334 21 56 0 16 426 73 102
Binary 10110111 1110111 11011100 10001 101110 0 1110 100010110 111011 1000010

Color Harmonies of #B777DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777DC

Black with #B777DC

Text Example


Text Example

White with #B777DC

Text Example


Text Example

HTML Codes & Css Web 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>