Html Css Color HEX #B677DA Medium Orchid

📋 copy color: '#B677DA'

red 182 ◦ green 119 ◦ blue 218

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

Shades of Medium Orchid #B677DA

Tints of Medium Orchid #B677DA

RGB

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

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

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

R = 35.07%
G = 22.93%
B = 42%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B677DA (or 0xB677DA) is known color: Medium Orchid. HEX triplet: B6, 77 and DA. RGB value is (182,119,218). Sum of RGB (Red+Green+Blue) = 182+119+218=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B677DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677DA is #498825. Grayscale: #949494. Windows color (decimal): -4818982 or 14317494. OLE color: 14317494.

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

Color convert

RGB 182 119 218 -
CMYK 0.17 0.45 0 0.15
HSL 278.18º 0.57% 0.66% -
HSV(B) 278.18º 0.45% 0.85% -
XYZ 38.54 28.2 69.74 -
YUV 149.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 182 119 218 0.17 0.45 0 0.15 278.18 0.57 0.66
Hex B6 77 DA 11 2D 0 F 116 39 42
Octal 266 167 332 21 55 0 17 426 71 102
Binary 10110110 1110111 11011010 10001 101101 0 1111 100010110 111001 1000010

Color Harmonies of #B677DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B677DA

Black with #B677DA

Text Example


Text Example

White with #B677DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B677DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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