Html Css Color HEX #B16AD6 Medium Orchid

📋 copy color: '#B16AD6'

red 177 ◦ green 106 ◦ blue 214

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

Shades of Medium Orchid #B16AD6

Tints of Medium Orchid #B16AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 35.61%
G = 21.33%
B = 43.06%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B16AD6 (or 0xB16AD6) is known color: Medium Orchid. HEX triplet: B1, 6A and D6. RGB value is (177,106,214). Sum of RGB (Red+Green+Blue) = 177+106+214=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #B16AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AD6 is #4E9529. Grayscale: #8B8B8B. Windows color (decimal): -5149994 or 14052017. OLE color: 14052017.

HSL color Cylindrical-coordinate representation of color #B16AD6: hue angle of 279.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B16AD6 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 106 214 -
CMYK 0.17 0.50 0 0.16
HSL 279.44º 0.57% 0.63% -
HSV(B) 279.44º 0.5% 0.84% -
XYZ 35.42 24.51 66.48 -
YUV 139.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 177 106 214 0.17 0.50 0 0.16 279.44 0.57 0.63
Hex B1 6A D6 11 32 0 10 117 39 3F
Octal 261 152 326 21 62 0 20 427 71 77
Binary 10110001 1101010 11010110 10001 110010 0 10000 100010111 111001 111111

Color Harmonies of #B16AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AD6

Black with #B16AD6

Text Example


Text Example

White with #B16AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AD6; }

 p { color: rgb(177,106,214); }

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

background-color css

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

 a { background-color: rgb(177,106,214); }

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

border-color css

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

 span { border-color: rgb(177,106,214); }

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