Html Css Color HEX #B677D9 Medium Orchid

📋 copy color: '#B677D9'

red 182 ◦ green 119 ◦ blue 217

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

Shades of Medium Orchid #B677D9

Tints of Medium Orchid #B677D9

RGB

 RED value IS 182 (71.48% from 255) = 35.14%

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 35.14%
G = 22.97%
B = 41.89%

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

#B677D9 (or 0xB677D9) is known color: Medium Orchid. HEX triplet: B6, 77 and D9. RGB value is (182,119,217). Sum of RGB (Red+Green+Blue) = 182+119+217=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #B677D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677D9 is #498826. Grayscale: #949494. Windows color (decimal): -4818983 or 14251958. OLE color: 14251958.

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

Color convert

RGB 182 119 217 -
CMYK 0.16 0.45 0 0.15
HSL 278.57º 0.56% 0.66% -
HSV(B) 278.57º 0.45% 0.85% -
XYZ 38.41 28.15 69.05 -
YUV 149.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 182 119 217 0.16 0.45 0 0.15 278.57 0.56 0.66
Hex B6 77 D9 10 2D 0 F 117 38 42
Octal 266 167 331 20 55 0 17 427 70 102
Binary 10110110 1110111 11011001 10000 101101 0 1111 100010111 111000 1000010

Color Harmonies of #B677D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B677D9

Black with #B677D9

Text Example


Text Example

White with #B677D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B677D9; }

 p { color: rgb(182,119,217); }

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

background-color css

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

 a { background-color: rgb(182,119,217); }

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

border-color css

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

 span { border-color: rgb(182,119,217); }

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