Html Css Color HEX #B16ADD Medium Orchid

📋 copy color: '#B16ADD'

red 177 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #B16ADD

Tints of Medium Orchid #B16ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 35.12%
G = 21.03%
B = 43.85%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16ADD (or 0xB16ADD) is known color: Medium Orchid. HEX triplet: B1, 6A and DD. RGB value is (177,106,221). Sum of RGB (Red+Green+Blue) = 177+106+221=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B16ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ADD is #4E9522. Grayscale: #8B8B8B. Windows color (decimal): -5149987 or 14510769. OLE color: 14510769.

HSL color Cylindrical-coordinate representation of color #B16ADD: hue angle of 277.04º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16ADD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 106 221 -
CMYK 0.20 0.52 0 0.13
HSL 277.04º 0.63% 0.64% -
HSV(B) 277.04º 0.52% 0.87% -
XYZ 36.34 24.88 71.29 -
YUV 140.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 177 106 221 0.20 0.52 0 0.13 277.04 0.63 0.64
Hex B1 6A DD 14 34 0 D 115 3F 40
Octal 261 152 335 24 64 0 15 425 77 100
Binary 10110001 1101010 11011101 10100 110100 0 1101 100010101 111111 1000000

Color Harmonies of #B16ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ADD

Black with #B16ADD

Text Example


Text Example

White with #B16ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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