Html Css Color HEX #B161EC Medium Orchid

📋 copy color: '#B161EC'

red 177 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #B161EC

Tints of Medium Orchid #B161EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 34.71%
G = 19.02%
B = 46.27%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B161EC (or 0xB161EC) is known color: Medium Orchid. HEX triplet: B1, 61 and EC. RGB value is (177,97,236). Sum of RGB (Red+Green+Blue) = 177+97+236=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #B161EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B161EC is #4E9E13. Grayscale: #888888. Windows color (decimal): -5152276 or 15491505. OLE color: 15491505.

HSL color Cylindrical-coordinate representation of color #B161EC: hue angle of 274.53º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B161EC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 97 236 -
CMYK 0.25 0.59 0 0.07
HSL 274.53º 0.79% 0.65% -
HSV(B) 274.53º 0.59% 0.93% -
XYZ 37.55 23.95 82 -
YUV 136.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 177 97 236 0.25 0.59 0 0.07 274.53 0.79 0.65
Hex B1 61 EC 19 3B 0 7 113 4F 41
Octal 261 141 354 31 73 0 7 423 117 101
Binary 10110001 1100001 11101100 11001 111011 0 111 100010011 1001111 1000001

Color Harmonies of #B161EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161EC

Black with #B161EC

Text Example


Text Example

White with #B161EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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