Html Css Color HEX #B16DC0 Medium Orchid

📋 copy color: '#B16DC0'

red 177 ◦ green 109 ◦ blue 192

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

Shades of Medium Orchid #B16DC0

Tints of Medium Orchid #B16DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.8%

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 37.03%
G = 22.8%
B = 40.17%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B16DC0 (or 0xB16DC0) is known color: Medium Orchid. HEX triplet: B1, 6D and C0. RGB value is (177,109,192). Sum of RGB (Red+Green+Blue) = 177+109+192=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #B16DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DC0 is #4E923F. Grayscale: #8A8A8A. Windows color (decimal): -5149248 or 12610993. OLE color: 12610993.

HSL color Cylindrical-coordinate representation of color #B16DC0: hue angle of 289.16º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16DC0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 109 192 -
CMYK 0.08 0.43 0 0.25
HSL 289.16º 0.4% 0.59% -
HSV(B) 289.16º 0.43% 0.75% -
XYZ 33.11 24.09 52.77 -
YUV 138.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 177 109 192 0.08 0.43 0 0.25 289.16 0.4 0.59
Hex B1 6D C0 8 2B 0 19 121 28 3B
Octal 261 155 300 10 53 0 31 441 50 73
Binary 10110001 1101101 11000000 1000 101011 0 11001 100100001 101000 111011

Color Harmonies of #B16DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DC0

Black with #B16DC0

Text Example


Text Example

White with #B16DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DC0; }

 p { color: rgb(177,109,192); }

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

background-color css

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

 a { background-color: rgb(177,109,192); }

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

border-color css

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

 span { border-color: rgb(177,109,192); }

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