Html Css Color HEX #B778DC Medium Orchid

📋 copy color: '#B778DC'

red 183 ◦ green 120 ◦ blue 220

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

Shades of Medium Orchid #B778DC

Tints of Medium Orchid #B778DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.94%

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

R = 34.99%
G = 22.94%
B = 42.07%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B778DC (or 0xB778DC) is known color: Medium Orchid. HEX triplet: B7, 78 and DC. RGB value is (183,120,220). Sum of RGB (Red+Green+Blue) = 183+120+220=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #B778DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778DC is #488723. Grayscale: #959595. Windows color (decimal): -4753188 or 14448823. OLE color: 14448823.

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

Color convert

RGB 183 120 220 -
CMYK 0.17 0.45 0 0.14
HSL 277.8º 0.59% 0.67% -
HSV(B) 277.8º 0.45% 0.86% -
XYZ 39.16 28.67 71.18 -
YUV 150.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 183 120 220 0.17 0.45 0 0.14 277.8 0.59 0.67
Hex B7 78 DC 11 2D 0 E 116 3B 43
Octal 267 170 334 21 55 0 16 426 73 103
Binary 10110111 1111000 11011100 10001 101101 0 1110 100010110 111011 1000011

Color Harmonies of #B778DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B778DC

Black with #B778DC

Text Example


Text Example

White with #B778DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B778DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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