Html Css Color HEX #B161C3 Medium Orchid

📋 copy color: '#B161C3'

red 177 ◦ green 97 ◦ blue 195

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

Shades of Medium Orchid #B161C3

Tints of Medium Orchid #B161C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.58%

R = 37.74%
G = 20.68%
B = 41.58%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B161C3 (or 0xB161C3) is known color: Medium Orchid. HEX triplet: B1, 61 and C3. RGB value is (177,97,195). Sum of RGB (Red+Green+Blue) = 177+97+195=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #B161C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161C3 is #4E9E3C. Grayscale: #838383. Windows color (decimal): -5152317 or 12804529. OLE color: 12804529.

HSL color Cylindrical-coordinate representation of color #B161C3: hue angle of 288.98º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B161C3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 97 195 -
CMYK 0.09 0.50 0 0.24
HSL 288.98º 0.45% 0.57% -
HSV(B) 288.98º 0.5% 0.76% -
XYZ 32.26 21.84 54.14 -
YUV 132.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 177 97 195 0.09 0.50 0 0.24 288.98 0.45 0.57
Hex B1 61 C3 9 32 0 18 121 2D 39
Octal 261 141 303 11 62 0 30 441 55 71
Binary 10110001 1100001 11000011 1001 110010 0 11000 100100001 101101 111001

Color Harmonies of #B161C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161C3

Black with #B161C3

Text Example


Text Example

White with #B161C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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