Html Css Color HEX #B777DA Medium Orchid

📋 copy color: '#B777DA'

red 183 ◦ green 119 ◦ blue 218

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

Shades of Medium Orchid #B777DA

Tints of Medium Orchid #B777DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 35.19%
G = 22.88%
B = 41.92%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B777DA (or 0xB777DA) is known color: Medium Orchid. HEX triplet: B7, 77 and DA. RGB value is (183,119,218). Sum of RGB (Red+Green+Blue) = 183+119+218=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #B777DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777DA is #488825. Grayscale: #959595. Windows color (decimal): -4753446 or 14317495. OLE color: 14317495.

HSL color Cylindrical-coordinate representation of color #B777DA: hue angle of 278.79º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B777DA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 119 218 -
CMYK 0.16 0.45 0 0.15
HSL 278.79º 0.57% 0.66% -
HSV(B) 278.79º 0.45% 0.85% -
XYZ 38.78 28.32 69.75 -
YUV 149.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 183 119 218 0.16 0.45 0 0.15 278.79 0.57 0.66
Hex B7 77 DA 10 2D 0 F 117 39 42
Octal 267 167 332 20 55 0 17 427 71 102
Binary 10110111 1110111 11011010 10000 101101 0 1111 100010111 111001 1000010

Color Harmonies of #B777DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777DA

Black with #B777DA

Text Example


Text Example

White with #B777DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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