Html Css Color HEX #B16AD1 Medium Orchid

📋 copy color: '#B16AD1'

red 177 ◦ green 106 ◦ blue 209

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

Shades of Medium Orchid #B16AD1

Tints of Medium Orchid #B16AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 35.98%
G = 21.54%
B = 42.48%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B16AD1 (or 0xB16AD1) is known color: Medium Orchid. HEX triplet: B1, 6A and D1. RGB value is (177,106,209). Sum of RGB (Red+Green+Blue) = 177+106+209=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #B16AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16AD1 is #4E952E. Grayscale: #8A8A8A. Windows color (decimal): -5149999 or 13724337. OLE color: 13724337.

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

Color convert

RGB 177 106 209 -
CMYK 0.15 0.49 0 0.18
HSL 281.36º 0.53% 0.62% -
HSV(B) 281.36º 0.49% 0.82% -
XYZ 34.79 24.26 63.17 -
YUV 138.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 177 106 209 0.15 0.49 0 0.18 281.36 0.53 0.62
Hex B1 6A D1 F 31 0 12 119 35 3E
Octal 261 152 321 17 61 0 22 431 65 76
Binary 10110001 1101010 11010001 1111 110001 0 10010 100011001 110101 111110

Color Harmonies of #B16AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AD1

Black with #B16AD1

Text Example


Text Example

White with #B16AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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