Html Css Color HEX #B777DB Medium Orchid

📋 copy color: '#B777DB'

red 183 ◦ green 119 ◦ blue 219

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

Shades of Medium Orchid #B777DB

Tints of Medium Orchid #B777DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 35.12%
G = 22.84%
B = 42.03%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B777DB (or 0xB777DB) is known color: Medium Orchid. HEX triplet: B7, 77 and DB. RGB value is (183,119,219). Sum of RGB (Red+Green+Blue) = 183+119+219=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #B777DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777DB is #488824. Grayscale: #959595. Windows color (decimal): -4753445 or 14383031. OLE color: 14383031.

HSL color Cylindrical-coordinate representation of color #B777DB: hue angle of 278.4º degrees, saturation: 0.58, 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 #B777DB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 119 219 -
CMYK 0.16 0.46 0 0.14
HSL 278.4º 0.58% 0.66% -
HSV(B) 278.4º 0.46% 0.86% -
XYZ 38.91 28.38 70.44 -
YUV 149.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 183 119 219 0.16 0.46 0 0.14 278.4 0.58 0.66
Hex B7 77 DB 10 2E 0 E 116 3A 42
Octal 267 167 333 20 56 0 16 426 72 102
Binary 10110111 1110111 11011011 10000 101110 0 1110 100010110 111010 1000010

Color Harmonies of #B777DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777DB

Black with #B777DB

Text Example


Text Example

White with #B777DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777DB; }

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

 H1.HeaderClassName
 {
   color: #B777DB;
 }
 .AnyTagClassName
 {
   color: #B777DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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