Html Css Color HEX #B160E3 Medium Orchid

📋 copy color: '#B160E3'

red 177 ◦ green 96 ◦ blue 227

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

Shades of Medium Orchid #B160E3

Tints of Medium Orchid #B160E3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.2%

 BLUE value IS 227 (89.06% from 255) = 45.4%

R = 35.4%
G = 19.2%
B = 45.4%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B160E3 (or 0xB160E3) is known color: Medium Orchid. HEX triplet: B1, 60 and E3. RGB value is (177,96,227). Sum of RGB (Red+Green+Blue) = 177+96+227=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #B160E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160E3 is #4E9F1C. Grayscale: #868686. Windows color (decimal): -5152541 or 14901425. OLE color: 14901425.

HSL color Cylindrical-coordinate representation of color #B160E3: hue angle of 277.1º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B160E3 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 96 227 -
CMYK 0.22 0.58 0 0.11
HSL 277.1º 0.7% 0.63% -
HSV(B) 277.1º 0.58% 0.89% -
XYZ 36.18 23.26 75.26 -
YUV 135.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 177 96 227 0.22 0.58 0 0.11 277.1 0.7 0.63
Hex B1 60 E3 16 3A 0 B 115 46 3F
Octal 261 140 343 26 72 0 13 425 106 77
Binary 10110001 1100000 11100011 10110 111010 0 1011 100010101 1000110 111111

Color Harmonies of #B160E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160E3

Black with #B160E3

Text Example


Text Example

White with #B160E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160E3; }

 p { color: rgb(177,96,227); }

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

background-color css

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

 a { background-color: rgb(177,96,227); }

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

border-color css

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

 span { border-color: rgb(177,96,227); }

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