Html Css Color HEX #B160C0 Medium Orchid

📋 copy color: '#B160C0'

red 177 ◦ green 96 ◦ blue 192

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

Shades of Medium Orchid #B160C0

Tints of Medium Orchid #B160C0

RGB

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

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

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

R = 38.06%
G = 20.65%
B = 41.29%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B160C0 (or 0xB160C0) is known color: Medium Orchid. HEX triplet: B1, 60 and C0. RGB value is (177,96,192). Sum of RGB (Red+Green+Blue) = 177+96+192=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B160C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160C0 is #4E9F3F. Grayscale: #828282. Windows color (decimal): -5152576 or 12607665. OLE color: 12607665.

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

Color convert

RGB 177 96 192 -
CMYK 0.08 0.50 0 0.25
HSL 290.63º 0.43% 0.56% -
HSV(B) 290.63º 0.5% 0.75% -
XYZ 31.83 21.52 52.35 -
YUV 131.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 177 96 192 0.08 0.50 0 0.25 290.63 0.43 0.56
Hex B1 60 C0 8 32 0 19 123 2B 38
Octal 261 140 300 10 62 0 31 443 53 70
Binary 10110001 1100000 11000000 1000 110010 0 11001 100100011 101011 111000

Color Harmonies of #B160C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160C0

Black with #B160C0

Text Example


Text Example

White with #B160C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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