Html Css Color HEX #B777D8 Medium Orchid

📋 copy color: '#B777D8'

red 183 ◦ green 119 ◦ blue 216

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

Shades of Medium Orchid #B777D8

Tints of Medium Orchid #B777D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 35.33%
G = 22.97%
B = 41.7%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B777D8 (or 0xB777D8) is known color: Medium Orchid. HEX triplet: B7, 77 and D8. RGB value is (183,119,216). Sum of RGB (Red+Green+Blue) = 183+119+216=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #B777D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777D8 is #488827. Grayscale: #949494. Windows color (decimal): -4753448 or 14186423. OLE color: 14186423.

HSL color Cylindrical-coordinate representation of color #B777D8: hue angle of 279.59º degrees, saturation: 0.55, 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 #B777D8 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 119 216 -
CMYK 0.15 0.45 0 0.15
HSL 279.59º 0.55% 0.66% -
HSV(B) 279.59º 0.45% 0.85% -
XYZ 38.52 28.22 68.38 -
YUV 149.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 183 119 216 0.15 0.45 0 0.15 279.59 0.55 0.66
Hex B7 77 D8 F 2D 0 F 118 37 42
Octal 267 167 330 17 55 0 17 430 67 102
Binary 10110111 1110111 11011000 1111 101101 0 1111 100011000 110111 1000010

Color Harmonies of #B777D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777D8

Black with #B777D8

Text Example


Text Example

White with #B777D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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