Html Css Color HEX #B16ED2 Medium Orchid

📋 copy color: '#B16ED2'

red 177 ◦ green 110 ◦ blue 210

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

Shades of Medium Orchid #B16ED2

Tints of Medium Orchid #B16ED2

RGB

 RED value IS 177 (69.53% from 255) = 35.61%

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 35.61%
G = 22.13%
B = 42.25%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B16ED2 (or 0xB16ED2) is known color: Medium Orchid. HEX triplet: B1, 6E and D2. RGB value is (177,110,210). Sum of RGB (Red+Green+Blue) = 177+110+210=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #B16ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED2 is #4E912D. Grayscale: #8D8D8D. Windows color (decimal): -5148974 or 13790897. OLE color: 13790897.

HSL color Cylindrical-coordinate representation of color #B16ED2: hue angle of 280.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16ED2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 110 210 -
CMYK 0.16 0.48 0 0.18
HSL 280.2º 0.53% 0.63% -
HSV(B) 280.2º 0.48% 0.82% -
XYZ 35.34 25.15 63.96 -
YUV 141.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 177 110 210 0.16 0.48 0 0.18 280.2 0.53 0.63
Hex B1 6E D2 10 30 0 12 118 35 3F
Octal 261 156 322 20 60 0 22 430 65 77
Binary 10110001 1101110 11010010 10000 110000 0 10010 100011000 110101 111111

Color Harmonies of #B16ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ED2

Black with #B16ED2

Text Example


Text Example

White with #B16ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ED2; }

 p { color: rgb(177,110,210); }

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

background-color css

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

 a { background-color: rgb(177,110,210); }

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

border-color css

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

 span { border-color: rgb(177,110,210); }

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