Html Css Color HEX #B16ADC Medium Orchid

📋 copy color: '#B16ADC'

red 177 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #B16ADC

Tints of Medium Orchid #B16ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 35.19%
G = 21.07%
B = 43.74%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B16ADC (or 0xB16ADC) is known color: Medium Orchid. HEX triplet: B1, 6A and DC. RGB value is (177,106,220). Sum of RGB (Red+Green+Blue) = 177+106+220=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #B16ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ADC is #4E9523. Grayscale: #8B8B8B. Windows color (decimal): -5149988 or 14445233. OLE color: 14445233.

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

Color convert

RGB 177 106 220 -
CMYK 0.20 0.52 0 0.14
HSL 277.37º 0.62% 0.64% -
HSV(B) 277.37º 0.52% 0.86% -
XYZ 36.2 24.82 70.59 -
YUV 140.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 177 106 220 0.20 0.52 0 0.14 277.37 0.62 0.64
Hex B1 6A DC 14 34 0 E 115 3E 40
Octal 261 152 334 24 64 0 16 425 76 100
Binary 10110001 1101010 11011100 10100 110100 0 1110 100010101 111110 1000000

Color Harmonies of #B16ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ADC

Black with #B16ADC

Text Example


Text Example

White with #B16ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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