Html Css Color HEX #B777DD Medium Orchid

📋 copy color: '#B777DD'

red 183 ◦ green 119 ◦ blue 221

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

Shades of Medium Orchid #B777DD

Tints of Medium Orchid #B777DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 34.99%
G = 22.75%
B = 42.26%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B777DD (or 0xB777DD) is known color: Medium Orchid. HEX triplet: B7, 77 and DD. RGB value is (183,119,221). Sum of RGB (Red+Green+Blue) = 183+119+221=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #B777DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777DD is #488822. Grayscale: #959595. Windows color (decimal): -4753443 or 14514103. OLE color: 14514103.

HSL color Cylindrical-coordinate representation of color #B777DD: hue angle of 277.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B777DD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 119 221 -
CMYK 0.17 0.46 0 0.13
HSL 277.65º 0.6% 0.67% -
HSV(B) 277.65º 0.46% 0.87% -
XYZ 39.18 28.48 71.84 -
YUV 149.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 183 119 221 0.17 0.46 0 0.13 277.65 0.6 0.67
Hex B7 77 DD 11 2E 0 D 116 3C 43
Octal 267 167 335 21 56 0 15 426 74 103
Binary 10110111 1110111 11011101 10001 101110 0 1101 100010110 111100 1000011

Color Harmonies of #B777DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777DD

Black with #B777DD

Text Example


Text Example

White with #B777DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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