Html Css Color HEX #B161C0 Medium Orchid

📋 copy color: '#B161C0'

red 177 ◦ green 97 ◦ blue 192

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

Shades of Medium Orchid #B161C0

Tints of Medium Orchid #B161C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

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

R = 37.98%
G = 20.82%
B = 41.2%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B161C0 (or 0xB161C0) is known color: Medium Orchid. HEX triplet: B1, 61 and C0. RGB value is (177,97,192). Sum of RGB (Red+Green+Blue) = 177+97+192=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #B161C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161C0 is #4E9E3F. Grayscale: #838383. Windows color (decimal): -5152320 or 12607921. OLE color: 12607921.

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

Color convert

RGB 177 97 192 -
CMYK 0.08 0.49 0 0.25
HSL 290.53º 0.43% 0.57% -
HSV(B) 290.53º 0.49% 0.75% -
XYZ 31.92 21.7 52.38 -
YUV 131.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 177 97 192 0.08 0.49 0 0.25 290.53 0.43 0.57
Hex B1 61 C0 8 31 0 19 123 2B 39
Octal 261 141 300 10 61 0 31 443 53 71
Binary 10110001 1100001 11000000 1000 110001 0 11001 100100011 101011 111001

Color Harmonies of #B161C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161C0

Black with #B161C0

Text Example


Text Example

White with #B161C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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